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 |
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_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_side_first), | 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, extends(abst_side) :: type_side_first contains procedure, pass(self) :: get_id => get_id_side_first !& procedure, pass(self) :: get_type => get_type_side_first !& procedure, pass(self) :: get_num_nodes => get_num_nodes_side_first !& procedure, pass(self) :: get_group => get_group_side_first !& procedure, pass(self) :: get_order => get_order_side_first !& procedure, pass(self) :: get_dimension => get_dimension_side_first !& procedure, pass(self) :: get_num_gauss => get_num_gauss_side_first ! !---------------------------------------------------------------------------------- procedure, pass(self) :: psi => psi_side_first !& procedure, pass(self) :: dpsi_dxi => dpsi_dxi_side_first !& end type type_side_first