AFEPack
|
#include <HGeometry.h>
公有类型 | |
enum | { dim = DIM, dow = DOW } |
typedef IrregularMesh< DIM, DOW > | ir_mesh_t |
typedef ActiveElementPairIterator< DIM, DOW > | iterator |
公有成员 | |
IrregularMeshPair (ir_mesh_t &, ir_mesh_t &) | |
IrregularMeshPair (ir_mesh_t *, ir_mesh_t *) | |
~IrregularMeshPair () | |
iterator | beginActiveElementPair () |
iterator | endActiveElementPair () |
公有属性 | |
ir_mesh_t * | mesh0 |
ir_mesh_t * | mesh1 |
This class is a packing to irregular mesh. The task of this class is to provide an environment for a so-called "element pair iterator" to access all those active element in the union of the two irregular mesh.
typedef IrregularMesh<DIM, DOW> IrregularMeshPair< DIM, DOW >::ir_mesh_t |
typedef ActiveElementPairIterator<DIM, DOW> IrregularMeshPair< DIM, DOW >::iterator |
IrregularMeshPair< DIM, DOW >::IrregularMeshPair | ( | ir_mesh_t & | , |
ir_mesh_t & | |||
) |
IrregularMeshPair< DIM, DOW >::IrregularMeshPair | ( | ir_mesh_t * | , |
ir_mesh_t * | |||
) |
IrregularMeshPair< DIM, DOW >::~IrregularMeshPair | ( | ) |
iterator IrregularMeshPair< DIM, DOW >::beginActiveElementPair | ( | ) |
iterator IrregularMeshPair< DIM, DOW >::endActiveElementPair | ( | ) |
ir_mesh_t* IrregularMeshPair< DIM, DOW >::mesh0 |
ir_mesh_t* IrregularMeshPair< DIM, DOW >::mesh1 |