Skip to main content

23 docs tagged with "Mesh"

View all tags

AbstractDomain

AbstractDomain is defined by a collection of the meshes of different dimensions (such as 1, 2, 3). It represents the finite element computation domain.

AbstractMesh

AbstractMesh datatype handles the finite element mesh. The structure of this data type is given here.

AbstractMeshField

AbstractMeshField_ is defined to contain the element level data inside a finite element. In simple terms it contains Scalar, Vector, and Tensor data defined inside the element of finite element mesh.

Domain

Domain is a collection of the meshes. It represents the finite element computation domain.

EdgeData

EdgeData_ class defines data type for edge.

FEDOF

Data type for finite element degree of freedoms.

FEDomain

FEDomain is a collection of the meshes. It represents the finite element computation domain.

FEMesh

FEMesh_ datatype handles the finite element mesh.

Mesh

Mesh datatype handles the finite element mesh.

ScalarField

ScalarField is a class that represents a scalar field in a domain.

STScalarMeshField

STScalarMeshField is a subclass of AbstractMeshField. You can see its structure here

STVectorMeshField

STVectorMeshField is an instance of AbstractMeshField. It is designed to keep the space-time values of vector field inside an element.

VectorMeshField

VectorMeshField is a subclass of AbstractMeshField_. It is designed for storing the vector data which is defined on elements of mesh. The vector field can be defined on the nodes of element or on the quadrature point of elements.