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 |
||
procedure(abst_get_connectivity), | public, | pass(self), pointer | :: | get_connectivity | => | null() | |
procedure(abst_interpolate), | public, | pass(self), pointer | :: | interpolate | => | null() | |
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_triangle_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi | |||
real(kind=real64), | intent(in) | :: | eta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi | |||
real(kind=real64), | intent(in) | :: | eta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | px | |||
real(kind=real64), | intent(in) | :: | py | |||
real(kind=real64), | intent(inout) | :: | pxi | |||
real(kind=real64), | intent(inout) | :: | peta | |||
logical, | intent(inout) | :: | is_in |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
integer(kind=int32), | intent(in) | :: | j | |||
real(kind=real64), | intent(in) | :: | xi | |||
real(kind=real64), | intent(in) | :: | eta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self | |||
real(kind=real64), | intent(in) | :: | xi | |||
real(kind=real64), | intent(in) | :: | eta |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(type_triangle_first), | intent(in) | :: | self | |||
integer(kind=int32), | intent(in) | :: | i | |||
real(kind=real64), | intent(in) | :: | xi | |||
real(kind=real64), | intent(in) | :: | eta |
type, extends(abst_element) :: type_triangle_first contains procedure, pass(self) :: get_id => get_id_triangle_first !& procedure, pass(self) :: get_type => get_type_triangle_first !& procedure, pass(self) :: get_num_nodes => get_num_nodes_triangle_first !& procedure, pass(self) :: get_group => get_group_triangle_first !& procedure, pass(self) :: get_order => get_order_triangle_first !& procedure, pass(self) :: get_dimension => get_dimension_triangle_first !& procedure, pass(self) :: get_num_gauss => get_num_gauss_triangle_first !& !---------------------------------------------------------------------------------- procedure, pass(self) :: psi => psi_triangle_first !& procedure, pass(self) :: dpsi_dxi => dpsi_dxi_triangle_first !& procedure, pass(self) :: dpsi_deta => dpsi_deta_triangle_first !& procedure, pass(self) :: jacobian => jacobian_triangle_first !& procedure, pass(self) :: jacobian_det => jacobian_det_triangle_first !& procedure, pass(self) :: is_inside => is_in_triangle_first !& end type type_triangle_first