Contains information of a generated ellipsoid mesh Allows only a 3D ellipsoid mesh.
More...
|
type(generated_mesh_type), pointer | generated_mesh |
| A pointer to the generated mesh. More...
|
|
real(dp), dimension(:), allocatable | origin |
| ORIGIN(nj). The position of the origin (centre) of lower face of ellipsoid mesh. More...
|
|
real(dp), dimension(:), allocatable | ellipsoid_extent |
| ELLIPSOID_EXTENT(nj). The size of long axis, short axis, wall thickness and cut off angle of ellipsoid. More...
|
|
integer(intg) | mesh_dimension |
| The dimension/number of Xi directions of the ellipsoid mesh. More...
|
|
integer(intg), dimension(:), allocatable | number_of_elements_xi |
| NUMBER_OF_ELEMENTS(ni). The number of elements in circumferential, longitudinal and transmural directions. More...
|
|
type(basis_ptr_type), dimension(:), allocatable | bases |
| The pointers to the bases used in the ellipsoid mesh. More...
|
|
logical | append_linear_component =.FALSE. |
| True when two mesh components are needed. More...
|
|
Contains information of a generated ellipsoid mesh Allows only a 3D ellipsoid mesh.
Definition at line 568 of file types.f90.