Neko 0.9.99
A portable framework for high-order spectral element flow simulations
|
Base abstract class for time integration schemes. More...
Static Public Member Functions | |
procedure(compute_coeffs), deferred, nopass | compute_coeffs (coeffs, dt, order) |
Compute the coefficients. | |
Definition at line 69 of file time_scheme.f90.
|
staticpure virtual |
Implemented in ab_time_scheme::ab_time_scheme_t, bdf_time_scheme::bdf_time_scheme_t, and ext_time_scheme::ext_time_scheme_t.
Definition at line 72 of file time_scheme.f90.