Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | id | |||
type(type_dp_3d), | intent(in), | pointer | :: | global_coordinate | ||
type(type_vtk_cell), | intent(in) | :: | cell_info | |||
type(type_geometry_settings), | intent(in) | :: | integration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | id | |||
type(type_dp_3d), | intent(in), | pointer | :: | global_coordinate | ||
type(type_vtk_cell), | intent(in) | :: | cell_info | |||
type(type_geometry_settings), | intent(in) | :: | integration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_second), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abst_side), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public, | allocatable | :: | connectivity(:) |
connectivity information |
||
integer(kind=int32), | public, | allocatable | :: | connectivity_reordered(:) |
reordered connectivity information |
||
integer(kind=int32), | private | :: | dimension | ||||
real(kind=real64), | public, | allocatable | :: | gauss(:) |
Gauss Quadrature points Coordinate |
||
integer(kind=int32), | private | :: | group | ||||
integer(kind=int32), | private | :: | id | ||||
integer(kind=int32), | public | :: | num_gauss |
Number of Gauss Quadrature points |
|||
integer(kind=int32), | private | :: | num_nodes | ||||
integer(kind=int32), | private | :: | order | ||||
integer(kind=int32), | private | :: | type | ||||
real(kind=real64), | public, | allocatable | :: | weight(:) |
Gauss weight |
||
type(type_dp_pointer), | public, | allocatable | :: | x(:) |
X coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | y(:) |
Y coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | z(:) |
Z coordinate |
procedure(abst_dpsi_dxi), public, deferred, pass(self) :: dpsi_dxi | |
procedure(abst_get_dimension), public, deferred, pass(self) :: get_dimension | |
procedure(abst_get_group), public, deferred, pass(self) :: get_group | |
procedure(abst_get_id), public, deferred, pass(self) :: get_id | |
procedure(abst_get_num_gauss), public, deferred, pass(self) :: get_num_gauss | |
procedure(abst_get_num_nodes), public, deferred, pass(self) :: get_num_nodes | |
procedure(abst_get_order), public, deferred, pass(self) :: get_order | |
procedure(abst_get_type), public, deferred, pass(self) :: get_type | |
procedure(abst_psi), public, deferred, pass(self) :: psi |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abst_side), | public, | allocatable | :: | s |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public, | allocatable | :: | connectivity(:) |
connectivity information |
||
integer(kind=int32), | public, | allocatable | :: | connectivity_reordered(:) |
reordered connectivity information |
||
real(kind=real64), | public, | allocatable | :: | gauss(:) |
Gauss Quadrature points Coordinate |
||
integer(kind=int32), | public | :: | num_gauss |
Number of Gauss Quadrature points |
|||
real(kind=real64), | public, | allocatable | :: | weight(:) |
Gauss weight |
||
type(type_dp_pointer), | public, | allocatable | :: | x(:) |
X coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | y(:) |
Y coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | z(:) |
Z coordinate |
private interface construct_side_first () |
procedure, public, pass(self) :: dpsi_dxi => dpsi_dxi_side_first | |
procedure, public, pass(self) :: get_dimension => get_dimension_side_first | |
procedure, public, pass(self) :: get_group => get_group_side_first | |
procedure, public, pass(self) :: get_id => get_id_side_first | |
procedure, public, pass(self) :: get_num_gauss => get_num_gauss_side_first | |
procedure, public, pass(self) :: get_num_nodes => get_num_nodes_side_first | |
procedure, public, pass(self) :: get_order => get_order_side_first | |
procedure, public, pass(self) :: get_type => get_type_side_first | |
procedure, public, pass(self) :: psi => psi_side_first |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=int32), | public, | allocatable | :: | connectivity(:) |
connectivity information |
||
integer(kind=int32), | public, | allocatable | :: | connectivity_reordered(:) |
reordered connectivity information |
||
real(kind=real64), | public, | allocatable | :: | gauss(:) |
Gauss Quadrature points Coordinate |
||
integer(kind=int32), | public | :: | num_gauss |
Number of Gauss Quadrature points |
|||
real(kind=real64), | public, | allocatable | :: | weight(:) |
Gauss weight |
||
type(type_dp_pointer), | public, | allocatable | :: | x(:) |
X coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | y(:) |
Y coordinate |
||
type(type_dp_pointer), | public, | allocatable | :: | z(:) |
Z coordinate |
private interface construct_side_second () |
procedure, public, pass(self) :: dpsi_dxi => dpsi_dxi_side_second | |
procedure, public, pass(self) :: get_dimension => get_dimension_side_second | |
procedure, public, pass(self) :: get_group => get_group_side_second | |
procedure, public, pass(self) :: get_id => get_id_side_second | |
procedure, public, pass(self) :: get_num_gauss => get_num_gauss_side_second | |
procedure, public, pass(self) :: get_num_nodes => get_num_nodes_side_second | |
procedure, public, pass(self) :: get_order => get_order_side_second | |
procedure, public, pass(self) :: get_type => get_type_side_second | |
procedure, public, pass(self) :: psi => psi_side_second |