|
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(tensor4_t), pointer | ptr => null() |
Definition at line 89 of file tensor4.f90.
| this | Pointer wrapper to destroy. |
Definition at line 95 of file tensor4.f90.
| procedure, pass(this) tensor4::tensor4_ptr_t::init | ( | class(tensor4_ptr_t), intent(inout) | this, |
| type(tensor4_t), intent(in), target | ptr | ||
| ) |
| this | Pointer wrapper to initialise. |
| ptr | Tensor to point to. |
Definition at line 93 of file tensor4.f90.
Definition at line 90 of file tensor4.f90.