Jive reference manual
List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions
jive::fem::AutoShapeTable3D Class Reference

#include <jive/fem/AutoShapeTable3D.h>

Inheritance diagram for jive::fem::AutoShapeTable3D:
Inheritance graph

Public Member Functions

 AutoShapeTable3D ()
 
 AutoShapeTable3D (const String &name, const ElementSet &elems, idx_t maxPrec=0)
 
 AutoShapeTable3D (const String &name, const ElementGroup &belems, const ElementGroup &felems, idx_t maxPrec=0)
 
- Public Member Functions inherited from jive::fem::AutoShapeTable
virtual void readFrom (ObjectInput &in)
 
virtual void writeTo (ObjectOutput &out) const
 
virtual void configure (const Properties &props, const Properties &globdat)
 
virtual void getConfig (const Properties &conf) const
 
- Public Member Functions inherited from jive::geom::StdShapeTable
virtual void resetEvents ()
 
virtual ItemSetgetItems () const
 
virtual idx_t maxPrecision () const
 
virtual ShapeVector getShapes (const IdxVector &map, idx_t prec) const
 
virtual ShapeMatrix getShapes (const IdxVector &map, idx_t minPrec, idx_t maxPrec) const
 
virtual ShapegetShapeOf (idx_t iitem, idx_t prec) const
 
virtual ShapeVector getShapesOf (const IdxVector &shapeMap, const IdxVector &iitems, idx_t prec) const
 
virtual ShapeMatrix getShapesOf (const IdxVector &shapeMap, const IdxVector &iitems, idx_t minPrec, idx_t maxPrec) const
 
- Public Member Functions inherited from jive::geom::ShapeTable
idx_t itemCount () const
 
virtual String getContext () const
 
virtual ShapeVector getShapes (const IdxVector &map, const IdxVector &precs) const
 
virtual ShapeVector getShapesOf (const IdxVector &map, const IdxVector &iitems, const IdxVector &precs) const
 
TopoVector getShapeTopos (const IdxVector &map) const
 
TopoVector getShapeToposOf (const IdxVector &map, const IdxVector &iitems) const
 
void checkShapes (const String &context, int flags, idx_t prec=0) const
 
void checkShapes (const String &context, int flags, const IdxVector &precs) const
 
void checkShapes (const String &context, int flags, idx_t minPrec, idx_t maxPrec) const
 
void checkShapesOf (const String &context, const IdxVector &iitems, int flags, idx_t prec=0) const
 
void checkShapesOf (const String &context, const IdxVector &iitems, int flags, const IdxVector &precs) const
 
void checkShapesOf (const String &context, const IdxVector &iitems, int flags, idx_t minPrec, idx_t maxPrec) const
 
void store (const Properties &globdat) const
 
- Public Member Functions inherited from jem::NamedObject
 NamedObject (const String &name="")
 
virtual String toString () const
 Returns a short textual description of this object. More...
 
String getName () const
 
- Public Member Functions inherited from jem::Object
virtual ClassgetClass () const
 Returns the Class instance representing the runtime class of this object. More...
 
virtual long hashValue () const
 Returns a hash value for this object. More...
 
virtual bool equals (const Ref< Object > &obj) const
 Tests whether two objects are equal. More...
 
Ref< Objectclone () const
 Returns a copy of this object. More...
 

Static Public Member Functions

static void initTetProps (const Properties &props, idx_t prec, idx_t nodeCount)
 
static void initHexProps (const Properties &props, idx_t prec, idx_t nodeCount)
 
static void initWedgeProps (const Properties &props, idx_t prec, idx_t nodeCount)
 
static void initBTriangProps (const Properties &props, idx_t prec, idx_t nodeCount)
 
static void initBQuadProps (const Properties &props, idx_t prec, idx_t nodeCount)
 
static void declare ()
 
static Ref< ShapeTablemakeNew (const String &name, const Properties &conf, const Properties &props, const Ref< ItemSet > &items, const Properties &globdat)
 
- Static Public Member Functions inherited from jive::fem::AutoShapeTable
static void declare ()
 
static Ref< ShapeTablemakeNew (const String &name, const Properties &conf, const Properties &props, const Ref< ItemSet > &items, const Properties &globdat)
 
- Static Public Member Functions inherited from jive::geom::ShapeTable
static int getTypeFlags (const Shape &shape)
 
static Ref< Self > find (const Ref< ItemSet > &items, const Properties &globdat)
 
static Ref< Self > get (const Ref< ItemSet > &items, const Properties &globdat, const String &context)
 
- Static Public Member Functions inherited from jem::NamedObject
static String makeContext (const String &kind, const String &name)
 
- Static Public Member Functions inherited from jem::Object
static ClassgetType ()
 Returns the Class instance representing the Object class. More...
 

Static Public Attributes

static const char * TYPE_NAME
 
- Static Public Attributes inherited from jive::fem::AutoShapeTable
static const char * TYPE_NAME
 
- Static Public Attributes inherited from jive::geom::ShapeTable
static const int ANY_TYPE
 
static const int INTERNAL_TYPE
 
static const int BOUNDARY_TYPE
 
static const int INTERFACE_TYPE
 
static const int REGULAR_TYPE
 
static const int GRAD2_TYPE
 
static const int BEZIER_TYPE
 

Protected Member Functions

virtual ~AutoShapeTable3D ()
 
virtual bool makeIShapes_ (PrintWriter &log, const ShapeVector &shapes, idx_t nodeCount)
 
virtual bool makeBShapes_ (PrintWriter &log, const ShapeVector &shapes, idx_t nodeCount)
 
- Protected Member Functions inherited from jive::fem::AutoShapeTable
 AutoShapeTable ()
 
 AutoShapeTable (const String &name, const ElementSet &elems, idx_t maxPrec)
 
 AutoShapeTable (const String &name, const ElementGroup &belems, const ElementGroup &felems, idx_t maxPrec)
 
virtual ~AutoShapeTable ()
 
virtual void update_ ()
 
virtual bool makeFShapes_ (PrintWriter &log, const ShapeVector &shapes, idx_t nodeCount)
 
- Protected Member Functions inherited from jive::geom::StdShapeTable
 StdShapeTable ()
 
 StdShapeTable (const String &name, const Ref< ItemSet > &items, idx_t maxPrec=0)
 
virtual ~StdShapeTable ()
 
void connect_ ()
 
void itemsResized_ (idx_t itemCount)
 
void itemsReordered_ (const Reordering &reord)
 
- Protected Member Functions inherited from jive::geom::ShapeTable
 ShapeTable (const String &name="")
 
virtual ~ShapeTable ()
 
virtual void emitEvents_ (int events)
 
- Protected Member Functions inherited from jem::NamedObject
virtual ~NamedObject ()
 
- Protected Member Functions inherited from jem::Collectable
 Collectable ()
 Creates an empty Collectable. More...
 
 ~Collectable ()
 Frees resources. More...
 
- Protected Member Functions inherited from jive::util::EventSource
virtual ~EventSource ()
 
- Protected Member Functions inherited from jem::Interface
virtual ~Interface ()
 Empty destructor. More...
 
- Protected Member Functions inherited from jem::io::Serializable
virtual ~Serializable ()
 
virtual void emitVtableFunc_ ()
 

Additional Inherited Members

- Public Types inherited from jive::geom::ShapeTable
typedef util::TopoVector TopoVector
 
- Public Attributes inherited from jive::geom::ShapeTable
Event< Self & > changeEvent
 
- Protected Attributes inherited from jive::geom::StdShapeTable
Ref< ItemSetitems_
 
ShapeMatrix shapes_
 
IdxVector map_
 
- Protected Attributes inherited from jem::NamedObject
String myName_
 

Constructor & Destructor Documentation

jive::fem::AutoShapeTable3D::AutoShapeTable3D ( )
jive::fem::AutoShapeTable3D::AutoShapeTable3D ( const String name,
const ElementSet elems,
idx_t  maxPrec = 0 
)
jive::fem::AutoShapeTable3D::AutoShapeTable3D ( const String name,
const ElementGroup belems,
const ElementGroup felems,
idx_t  maxPrec = 0 
)
virtual jive::fem::AutoShapeTable3D::~AutoShapeTable3D ( )
protectedvirtual

Member Function Documentation

static void jive::fem::AutoShapeTable3D::initTetProps ( const Properties props,
idx_t  prec,
idx_t  nodeCount 
)
static
static void jive::fem::AutoShapeTable3D::initHexProps ( const Properties props,
idx_t  prec,
idx_t  nodeCount 
)
static
static void jive::fem::AutoShapeTable3D::initWedgeProps ( const Properties props,
idx_t  prec,
idx_t  nodeCount 
)
static
static void jive::fem::AutoShapeTable3D::initBTriangProps ( const Properties props,
idx_t  prec,
idx_t  nodeCount 
)
static
static void jive::fem::AutoShapeTable3D::initBQuadProps ( const Properties props,
idx_t  prec,
idx_t  nodeCount 
)
static
static void jive::fem::AutoShapeTable3D::declare ( )
static
static Ref<ShapeTable> jive::fem::AutoShapeTable3D::makeNew ( const String name,
const Properties conf,
const Properties props,
const Ref< ItemSet > &  items,
const Properties globdat 
)
static
virtual bool jive::fem::AutoShapeTable3D::makeIShapes_ ( PrintWriter log,
const ShapeVector &  shapes,
idx_t  nodeCount 
)
protectedvirtual
virtual bool jive::fem::AutoShapeTable3D::makeBShapes_ ( PrintWriter log,
const ShapeVector &  shapes,
idx_t  nodeCount 
)
protectedvirtual

Member Data Documentation

const char* jive::fem::AutoShapeTable3D::TYPE_NAME
static