OpenCMISS-Iron Internal API Documentation
types::generated_mesh_ellipsoid_type Type Reference

Contains information of a generated ellipsoid mesh Allows only a 3D ellipsoid mesh. More...

Collaboration diagram for types::generated_mesh_ellipsoid_type:

Public Attributes

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...
 

Detailed Description

Contains information of a generated ellipsoid mesh Allows only a 3D ellipsoid mesh.

Definition at line 568 of file types.f90.

Member Data Documentation

logical types::generated_mesh_ellipsoid_type::append_linear_component =.FALSE.

True when two mesh components are needed.

Definition at line 575 of file types.f90.

type(basis_ptr_type), dimension(:), allocatable types::generated_mesh_ellipsoid_type::bases

The pointers to the bases used in the ellipsoid mesh.

Definition at line 574 of file types.f90.

real(dp), dimension(:), allocatable types::generated_mesh_ellipsoid_type::ellipsoid_extent

ELLIPSOID_EXTENT(nj). The size of long axis, short axis, wall thickness and cut off angle of ellipsoid.

Definition at line 571 of file types.f90.

type(generated_mesh_type), pointer types::generated_mesh_ellipsoid_type::generated_mesh

A pointer to the generated mesh.

Definition at line 569 of file types.f90.

integer(intg) types::generated_mesh_ellipsoid_type::mesh_dimension

The dimension/number of Xi directions of the ellipsoid mesh.

Definition at line 572 of file types.f90.

integer(intg), dimension(:), allocatable types::generated_mesh_ellipsoid_type::number_of_elements_xi

NUMBER_OF_ELEMENTS(ni). The number of elements in circumferential, longitudinal and transmural directions.

Definition at line 573 of file types.f90.

real(dp), dimension(:), allocatable types::generated_mesh_ellipsoid_type::origin

ORIGIN(nj). The position of the origin (centre) of lower face of ellipsoid mesh.

Definition at line 570 of file types.f90.