ICFERST  22-06
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
multi_data_types::allocate_multi_field Interface Reference

Allocated a multi field type based on field name. More...

Public Member Functions

subroutine allocate_multi_field1 (state, Mdims, field_name, mfield)
 Allocated a multi field type based on field name. More...
 
subroutine allocate_multi_field2 (Mdims, mfield, nonods_in, field_name)
 Allocated a multi field type based on field name. More...
 

Detailed Description

Allocated a multi field type based on field name.

Member Function/Subroutine Documentation

◆ allocate_multi_field1()

subroutine multi_data_types::allocate_multi_field::allocate_multi_field1 ( type( state_type ), intent(in)  state,
type( multi_dimensions ), intent(in)  Mdims,
character( len = * ), intent(in)  field_name,
type( multi_field ), intent(inout)  mfield 
)

Allocated a multi field type based on field name.

Parameters
stateLiked list containing the fluidity fields
MdimsField containing the dimensions of the model
field_nameName of the field in fluidity format
Return values
mfieldMulti field allocated given its name
Parameters
[in]state*********UNTESTED*********

◆ allocate_multi_field2()

subroutine multi_data_types::allocate_multi_field::allocate_multi_field2 ( type( multi_dimensions ), intent(in)  Mdims,
type( multi_field ), intent(inout)  mfield,
integer, intent(in)  nonods_in,
character( len = * ), intent(in), optional  field_name 
)

Allocated a multi field type based on field name.

Parameters
MdimsField containing the dimensions of the model
Return values
mfieldMulti field allocated given its name
Parameters
nonods_innumber of nodes of the field
field_nameName of the field in fluidity format

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