Definition of the suitable discretisation methods: Forward Euler, Backward and Tustin
type discrMethod = enumeration(FE, BE, TU);