|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|


Public Member Functions | |
| procedure, pass(this) | init_base (this, json, coef, dof, reg_coeff) |
| procedure, pass(this) | free_base (this) |
| procedure(reg_init), deferred, pass | init (this, json, coef, dof, reg_coeff) |
| procedure(reg_free), deferred, pass | free (this) |
| procedure(reg_compute), deferred, pass | compute (this, time, tstep, dt) |
Public Attributes | |
| type(field_t), pointer | reg_coeff => null() |
| type(coef_t), pointer | coef => null() |
| type(dofmap_t), pointer | dof => null() |
Definition at line 43 of file regularization.f90.
|
pure virtual |
Definition at line 52 of file regularization.f90.
|
pure virtual |
Definition at line 51 of file regularization.f90.
| procedure, pass(this) regularization::regularization_t::free_base | ( | class(regularization_t), intent(inout) | this | ) |
Definition at line 49 of file regularization.f90.
|
pure virtual |
Definition at line 50 of file regularization.f90.
| procedure, pass(this) regularization::regularization_t::init_base | ( | class(regularization_t), intent(inout) | this, |
| type(json_file), intent(inout) | json, | ||
| type(coef_t), intent(in), target | coef, | ||
| type(dofmap_t), intent(in), target | dof, | ||
| type(field_t), intent(in), target | reg_coeff | ||
| ) |
Definition at line 48 of file regularization.f90.
Definition at line 45 of file regularization.f90.
Definition at line 46 of file regularization.f90.
Definition at line 44 of file regularization.f90.