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

Public Member Functions | |
| procedure, pass(this) | init (this, ptr) |
| Constructor. Just assigns the pointer. | |
| procedure, pass(this) | free (this) |
| Destructor. Just nullifies the pointer. | |
Public Attributes | |
| type(tensor3_t), pointer | ptr => null() |
Definition at line 80 of file tensor3.f90.
| this | Pointer wrapper to destroy. |
Definition at line 86 of file tensor3.f90.
| procedure, pass(this) tensor3::tensor3_ptr_t::init | ( | class(tensor3_ptr_t), intent(inout) | this, |
| type(tensor3_t), intent(in), target | ptr | ||
| ) |
| this | Pointer wrapper to initialise. |
| ptr | Tensor to point to. |
Definition at line 84 of file tensor3.f90.
Definition at line 81 of file tensor3.f90.