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.
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 datatype handles the finite element mesh. The structure of this data type is given here.
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 is a collection of the meshes. It represents the finite element computation domain.
This data type handles the connectivity between two domains.
EdgeData_ class defines data type for edge.
Data type for finite element degree of freedoms.
FEDomain is a collection of the meshes. It represents the finite element computation domain.
This data type handles the connectivity between two domains.
FEMesh_ datatype handles the finite element mesh.
Introduction
This module contains useful routine for integers.
Mesh datatype handles the finite element mesh.
ScalarField is a class that represents a scalar field in a domain.
STScalarMeshField is a subclass of AbstractMeshField. You can see its structure here
STVectorMeshField is an instance of AbstractMeshField. It is designed to keep the space-time values of vector field inside an element.
Interface to Triangle Library by Jonathan Richard Shewchuk.
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.