Neko  0.8.1
A portable framework for high-order spectral element flow simulations
field_list Module Reference

Data Types

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

Functions/Subroutines

subroutine field_list_append (this, f)
 Append a field to the list. More...
 
subroutine field_list_free (this)
 Destructor. More...
 

Function/Subroutine Documentation

◆ field_list_append()

subroutine field_list::field_list_append ( class(field_list_t), intent(inout)  this,
class(field_t), intent(in), target  f 
)

Append a field to the list.

Parameters
fThe field to append.

Definition at line 19 of file field_list.f90.

◆ field_list_free()

subroutine field_list::field_list_free ( class(field_list_t), intent(inout)  this)
private

Destructor.

Definition at line 35 of file field_list.f90.