10 raise Exception(
"RK order has to be 1 at least" )
12 raise Exception(
"max RK order supported is 4" )
24 These are the relative time step sizes in the scheme, i.e. the very left
25 column in the classic Butcher tableau.
37 raise Exception(
"order {} is not yet supported".format(self.
_order) )
43 These are the relative time step sizes in the scheme, i.e. the very left
44 column in the classic Butcher tableau.
54 return [1/8, 3/8, 3/8, 1/8 ]
56 raise Exception(
"order {} is not yet supported".format(self.
_order) )
88 raise Exception(
"order {} is not yet supported".format(self.
_order) )
time_step_sizes(self)
These are the relative time step sizes in the scheme, i.e.
final_estimate_weights(self)
These are the relative time step sizes in the scheme, i.e.