#include <BoundaryStruct.h>
Inheritance diagram for BoundaryStruct::

Public Methods | |
| BoundaryStruct (const GridFE &, const Ptv(int))& | |
| ~BoundaryStruct () | |
| virtual int | getNoElms () const |
| virtual int | getNoNodes () const |
| virtual int | getNoBounds () const |
| virtual int | getNoElmNodes (const int) const |
| virtual int | getNoNodeElms (const int) const |
| virtual int | getNoBoundNodes (const int) const |
| virtual int | getNoNodeBounds (const int) const |
| virtual int | getNoElmBounds (const int) const |
| virtual int | getNoBoundElms (const int) const |
| virtual bool | nodeOnElm (const int, const int) const |
| virtual bool | nodeOnBound (const int, const int) const |
| virtual bool | boundOnElm (const int, const int) const |
| virtual int | getElmNodes (const int, VecSimplest(int))&const |
| virtual int | getNodeElms (const int, VecSimplest(int))&const |
| virtual int | getBoundNodes (const int, VecSimplest(int))&const |
| virtual int | getNodeBounds (const int, VecSimplest(int))&const |
| virtual int | getElmBounds (const int, VecSimplest(int))&const |
| virtual int | getBoundElms (const int, VecSimplest(int))&const |
NAME: BoundaryStruct - boundary information in a structured FE mesh
DESCRIPTION:
The class implements the functions specified in class "BoundaryMesh" when the grid is of finite element type and is topologically equivalent to a rectangle or box (so-called IJK-type node numbering).
|
|
|
|
|
|
|
|
checks if a part of the boundary (the first argument) contains an element (the second argument). Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
returns the number of nodes in the boundary-to-node connectivity data structure. Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
returns the number of nodes in the boundary-to-element connectivity data structure. Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
returns the number of nodes in the node-to-boundary connectivity data structure. Reimplemented from BoundaryMesh. |
|
|
returns the number of nodes in the node-to-element connectivity data structure. Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
Reimplemented from BoundaryMesh. |
|
|
checks if a node (the first argument) is on a part of the boundary (the second argument). Reimplemented from BoundaryMesh. |
|
|
checks if a specified global node number (first argument) belongs to an element (second argument). Reimplemented from BoundaryMesh. |