FE-Project
|
Public Member Functions | |
procedure | init (this, list_size, tag) |
procedure | final (this) |
generic | set (this, is, ie, bnd_type_id, val) |
generic | set (this, is, ie, bnd_type_name, val) |
Public Attributes | |
integer, dimension(:), allocatable | list |
real(rp), dimension(:), allocatable | val |
character(len=h_short) | tag |
Definition at line 28 of file scale_mesh_bndinfo.F90.
procedure scale_mesh_bndinfo::meshbndinfo::init | ( | class(meshbndinfo), intent(inout) | this, |
integer, intent(in) | list_size, | ||
character(*), intent(in), optional | tag ) |
Definition at line 33 of file scale_mesh_bndinfo.F90.
procedure scale_mesh_bndinfo::meshbndinfo::final | ( | class(meshbndinfo), intent(inout) | this | ) |
Definition at line 34 of file scale_mesh_bndinfo.F90.
generic scale_mesh_bndinfo::meshbndinfo::set | ( | class(meshbndinfo), intent(inout) | this, |
integer, intent(in) | is, | ||
integer, intent(in) | ie, | ||
integer, intent(in) | bnd_type_id, | ||
real(rp), intent(in), optional | val ) |
Definition at line 37 of file scale_mesh_bndinfo.F90.
References scale_mesh_bndinfo::bndtype_nametoid().
generic scale_mesh_bndinfo::meshbndinfo::set | ( | class(meshbndinfo), intent(inout) | this, |
integer, intent(in) | is, | ||
integer, intent(in) | ie, | ||
character(*), intent(in) | bnd_type_name, | ||
real(rp), intent(in), optional | val ) |
Definition at line 37 of file scale_mesh_bndinfo.F90.
integer, dimension(:), allocatable scale_mesh_bndinfo::meshbndinfo::list |
Definition at line 29 of file scale_mesh_bndinfo.F90.
real(rp), dimension(:), allocatable scale_mesh_bndinfo::meshbndinfo::val |
Definition at line 30 of file scale_mesh_bndinfo.F90.
character(len=h_short) scale_mesh_bndinfo::meshbndinfo::tag |
Definition at line 31 of file scale_mesh_bndinfo.F90.