Itasca C++ Interface
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
block::IFEFaceThing Class Referenceabstract

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::IThinggetIThing () const =0
 Returns a const IThing pointer.
 
virtual itasca::IThinggetIThing ()=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 IFElementThinggetFElementThing () const =0
 Return the host finite element.
 

Static Public Attributes

static const TType type_ = 0x52e81f69
 type used in IThing typing system
 

Detailed Description

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.


The documentation for this class was generated from the following file: