Jive reference manual
List of all members | Static Public Member Functions | Static Public Attributes
jive::mesh::ElementTypes Class Reference

#include <jive/mesh/ElementTypes.h>

Static Public Member Functions

static bool configure (int &type, const Properties &props, const String &choice0, const String &choice1)
 
static bool configure (int &type, const Properties &props, const String &choice0, const String &choice1, const String &choice2)
 

Static Public Attributes

static const char * QUAD4
 
static const char * QUAD8
 
static const char * QUAD12
 
static const char * TRIANGLE3
 
static const char * TRIANGLE6
 

Member Function Documentation

static bool jive::mesh::ElementTypes::configure ( int &  type,
const Properties props,
const String choice0,
const String choice1 
)
static
static bool jive::mesh::ElementTypes::configure ( int &  type,
const Properties props,
const String choice0,
const String choice1,
const String choice2 
)
static

Member Data Documentation

const char* jive::mesh::ElementTypes::QUAD4
static
const char* jive::mesh::ElementTypes::QUAD8
static
const char* jive::mesh::ElementTypes::QUAD12
static
const char* jive::mesh::ElementTypes::TRIANGLE3
static
const char* jive::mesh::ElementTypes::TRIANGLE6
static