Neko  0.8.99
A portable framework for high-order spectral element flow simulations
field_list.f90 File Reference

Go to the source code of this file.

Data Types

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

Modules

module  field_list
 

Functions/Subroutines

subroutine field_list::field_list_init (this, size)
 Constructor. Just allocates the array. More...
 
pure integer function field_list::field_list_size (this)
 Get number of items in the list. More...
 
type(field_t) function, pointer field_list::field_list_get_by_index (this, i)
 Get an item pointer by array index. More...
 
type(field_t) function, pointer field_list::field_list_get_by_name (this, name)
 Get an item pointer by array index. More...
 
subroutine field_list::field_list_append (this, f)
 Append a field to the list. More...
 
subroutine field_list::field_list_free (this)
 Destructor. More...
 
type(c_ptr) function field_list::field_list_x_d (this, i)
 Get device pointer for a given index. More...
 
real(kind=rp) function, dimension(:,:,:,:), pointer field_list::field_list_x (this, i)
 
integer function field_list::field_list_item_size (this, i)
 Get the size of the dofmap for item i. More...
 
subroutine field_list::field_list_assign_to_ptr (this, i, ptr)
 Point item at a given index. More...
 
subroutine field_list::field_list_assign_to_field_ptr (this, i, ptr)
 Point item at a given index. More...
 
subroutine field_list::field_list_assign_to_field (this, i, fld)
 Point item at a given index. More...
 
type(dofmap_t) function, pointer field_list::field_list_dof (this, i)
 Get the the dofmap for item i. More...
 
type(space_t) function, pointer field_list::field_list_space (this, i)
 Get the the space for item i. More...
 
type(mesh_t) function, pointer field_list::field_list_msh (this, i)
 Get the the mesh for item i. More...
 
logical function field_list::field_list_internal_dofmap (this, i)
 Whether the dofmap is internal for item i. More...
 
character(len=80) function field_list::field_list_name (this, i)
 Get the name for an item in the list. More...