Class Named constants
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public, | parameter | :: | fld_boundary_ | = | 2 | |
integer, | public, | parameter | :: | fld_internal_ | = | 1 |
----- Destructor -----
----- Destructor -----
----- Destructor -----
----- Destructor -----
Constructor Mandatory arguments
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |
----- Destructor -----
Destructor
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(inout) | :: | fld |
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(in) | :: | fld |
----- Destructor -----
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(in) | :: | fld |
----- Destructor -----
----- Destructor -----
----- Destructor -----
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(in) | :: | fld |
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(in) | :: | fld |
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(in) | :: | fld |
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(inout) | :: | fld | |||
type(dimensions), | intent(in) | :: | dim |
----- Destructor -----
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(field), | intent(inout) | :: | fld | |||
logical, | intent(in) | :: | on_faces |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(bc_poly), | private, | pointer | :: | bc(:) | => | null() | |
type(dimensions), | private | :: | dim | ||||
type(matptr), | private, | pointer | :: | mats(:) | => | null() | |
type(mesh), | private, | pointer | :: | msh | => | null() | |
character(len=:), | private, | allocatable | :: | name | |||
logical, | private | :: | on_faces |
procedure, public :: bc_ | |
procedure, public :: check_field_operands | |
generic, public :: check_mesh_consistency => check_mesh_consistency_bf | |
procedure, public :: create_field | |
generic, public :: dim_ => get_field_dim | |
generic, public :: fld_size => get_field_size | |
procedure, public :: free_field | Constructor/destructor |
generic, public :: get_material => get_field_mat_sub | |
procedure, public :: get_mesh | |
procedure, public :: get_units | |
procedure, public :: mark_as_defined | |
procedure, public :: mat_ | |
procedure, public :: msh_ | |
procedure, public :: name_ | |
procedure, public :: nemo_sizeof | |
procedure, public :: on_faces_ | Getters |
procedure, public :: set_field_dim | |
procedure, public :: set_field_on_faces | Setters |
procedure, public :: set_units | |
procedure, public :: user_defined | |
procedure, private :: check_mesh_consistency_bf | |
procedure, private :: get_field_dim | Getters |
procedure, private :: get_field_mat_sub | |
procedure, private :: get_field_size |