Neko  0.8.1
A portable framework for high-order spectral element flow simulations
field_list::field_list_t Type Reference

field_list_t, To be able to group fields together More...

Collaboration diagram for field_list::field_list_t:

Public Member Functions

procedure, pass(this) append => field_list_append
 Append a field to the list. More...
 
procedure, pass(this) free => field_list_free
 Destructor. More...
 

Public Attributes

type(field_ptr_t), dimension(:), allocatable fields
 

Detailed Description

field_list_t, To be able to group fields together

Definition at line 7 of file field_list.f90.

Member Function/Subroutine Documentation

◆ append()

procedure, pass(this) field_list::field_list_t::append

Append a field to the list.

Definition at line 11 of file field_list.f90.

◆ free()

procedure, pass(this) field_list::field_list_t::free

Destructor.

Definition at line 13 of file field_list.f90.

Member Data Documentation

◆ fields

type(field_ptr_t), dimension(:), allocatable field_list::field_list_t::fields

Definition at line 8 of file field_list.f90.


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