Neko 1.99.2
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
field::field_ptr_t Type Reference

field_ptr_t, To easily obtain a pointer to a field More...

Collaboration diagram for field::field_ptr_t:

Public Member Functions

procedure, pass(thisinit (this, ptr)
 Constructor. Just assigns the pointer.
 
procedure, pass(thisfree (this)
 Destructor. Just nullifies the pointer.
 

Public Attributes

type(field_t), pointer ptr => null()
 

Detailed Description

Definition at line 82 of file field.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) field::field_ptr_t::free ( class(field_ptr_t), intent(inout this)

Definition at line 88 of file field.f90.

◆ init()

procedure, pass(this) field::field_ptr_t::init ( class(field_ptr_t), intent(inout this,
type(field_t), intent(in), target  ptr 
)

Definition at line 86 of file field.f90.

Member Data Documentation

◆ ptr

type(field_t), pointer field::field_ptr_t::ptr => null()

Definition at line 83 of file field.f90.


The documentation for this type was generated from the following file: