create_field Interface

interface

----- Destructor -----

----- Getters -----

----- Temporary up to Gfortran patch ----- Check operations ----- Setters -----

----- Auxiliary Routines -----


Calls

interface~~create_field~~CallsGraph interface~create_field create_field proc~create_field create_field interface~create_field->proc~create_field

private module subroutine create_field(fld, msh, dim, bc, mats, on_faces, name)

Arguments

Type IntentOptional AttributesName
class(field), intent(out) :: fld
type(mesh), intent(in), target:: msh

Optional arguments

type(dimensions), intent(in), optional :: dim
type(bc_poly), intent(in), optional target:: bc(:)
type(matptr), intent(in), optional target:: mats(:)
logical, intent(in), optional :: on_faces
character(len=*), intent(in), optional :: name

Description

Constructor Mandatory arguments