|
Neko 1.99.2
A portable framework for high-order spectral element flow simulations
|
field_wrapper_t, used to wrap an allocated field for use in a field list More...

Public Member Functions | |
| generic | init (this, f) |
| Constructor. Allocates a field and assigns the pointer. | |
| generic | init (this, msh, space, fld_name) |
| Constructor. Allocates a field and assigns the pointer. | |
| generic | init (this, dof, fld_name) |
| Constructor. Allocates a field and assigns the pointer. | |
| procedure, pass(this) | init_field (this, f) |
| Initialize a field wrapper with an allocated field. | |
| procedure, pass(this) | init_internal_dof (this, msh, space, fld_name) |
| Initialize a field wrapper with an internal dofmap. | |
| procedure, pass(this) | init_external_dof (this, dof, fld_name) |
| Initialize a field wrapper with an external dofmap. | |
| procedure, pass(this) | free (this) |
| Destructor. Frees the field and nullifies the pointer. | |
Public Attributes | |
| type(field_t), pointer | field => null() |