Contains information of a generated cylinder mesh Allows only a 3D cylinder mesh with xi directions (r,theta,z)
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 cylinder mesh. More...
|
|
real(dp), dimension(:), allocatable | cylinder_extent |
| CYLINDER_EXTENT(nj). The size of inner & outer radii and height of cylinder. More...
|
|
integer(intg) | mesh_dimension |
| The dimension/number of Xi directions of the cylinder mesh. More...
|
|
integer(intg), dimension(:), allocatable | number_of_elements_xi |
| NUMBER_OF_ELEMENTS(ni). The number of elements in radial, circumferential and axial directions. More...
|
|
type(basis_ptr_type), dimension(:), allocatable | bases |
| The pointers to the bases used in the regular mesh. More...
|
|
logical | append_linear_component =.FALSE. |
| True when two mesh components are needed. More...
|
|
Contains information of a generated cylinder mesh Allows only a 3D cylinder mesh with xi directions (r,theta,z)
Definition at line 556 of file types.f90.