Itasca C++ Interface
|
This is the interface for FEFaceThing, a C++ wrapper for finite element faces. This will be stored in a container and the ID will be stored in offset $kfefcpp in the fortran block linked list. This inherits from Thing so we can use groups and extra variables. More...
#include <ifefacething.h>
Public Member Functions | |
virtual const itasca::IThing * | getIThing () const =0 |
Returns a const IThing pointer. | |
virtual itasca::IThing * | getIThing ()=0 |
Returns a IThing pointer. | |
virtual FInt | getFortranOffset () const =0 |
Return finite element fortran offset. | |
virtual uint | getFaceNumber () const =0 |
Return the finite element face number (1-6) | |
virtual const IFElementThing * | getFElementThing () const =0 |
Return the host finite element. | |
Static Public Attributes | |
static const TType | type_ = 0x52e81f69 |
type used in IThing typing system | |
This is the interface for FEFaceThing, a C++ wrapper for finite element faces. This will be stored in a container and the ID will be stored in offset $kfefcpp in the fortran block linked list. This inherits from Thing so we can use groups and extra variables.