Jive reference manual
List of all members | Public Types | Static Public Attributes
jive::implict::Globdat Class Reference

#include <jive/implict/Globdat.h>

Inheritance diagram for jive::implict::Globdat:
Inheritance graph

Public Types

typedef Globdat Self
 
typedef util::Globdat Super
 

Static Public Attributes

static const char * SOLVER_INFO
 
static const char * ARCLEN_MODEL
 
static const char * REAL_EIGENVALS
 
static const char * IMAG_EIGENVALS
 
- Static Public Attributes inherited from jive::util::Globdat
static const char * CONSTRAINTS
 
static const char * CONSTRAINTS_PARSER
 
static const char * DATABASES
 
static const char * DOF_SPACE
 
static const char * FUNCTIONS
 
static const char * ITEM_GROUPS
 
static const char * ITEM_SETS
 
static const char * RANDOM
 
static const char * RELATED_DATA
 
static const char * RUNTIME
 
static const char * TABLES
 
static const char * TEMP
 
static const char * TIME
 
static const char * TIME_STEP
 
static const char * OLD_TIME
 
static const char * OLD_TIME_STEP
 
static const char * VARIABLES
 
static const char * VECTORS
 

Additional Inherited Members

- Static Public Member Functions inherited from jive::util::Globdat
static void init (const Properties &globdat)
 
static Properties dup (const Properties &globdat)
 
static Properties newInstance (const String &name)
 
static Properties newTempData ()
 
static Properties getVariables (const Properties &globdat)
 
static Properties getVariables (const String &name, const Properties &globdat)
 
static Properties findVariables (const String &name, const Properties &globdat)
 
static bool hasVariable (const String &name, const Properties &globdat)
 
static Properties findDataFor (const Ref< Object > &context, const Properties &globdat)
 
static Properties getDataFor (const Ref< Object > &context, const Properties &globdat)
 
static void eraseDataFor (const Ref< Object > &context, const Properties &globdat)
 
template<class T >
static void storeFor (const String &name, const Ref< T > &val, const Ref< Object > &context, const Properties &globdat)
 
template<class T >
static bool findFor (Ref< T > &val, const String &name, const Ref< Object > &context, const Properties &globdat)
 
template<class T >
static bool extractFor (Ref< T > &val, const String &name, const Ref< Object > &context, const Properties &globdat)
 
static void initTime (const Properties &globdat)
 
static void advanceTime (double delta, const Properties &globdat)
 
static void restoreTime (const Properties &globdat)
 
static void commitTime (const Properties &globdat)
 
static void initStep (const Properties &globdat)
 
static void advanceStep (const Properties &globdat)
 
static void restoreStep (const Properties &globdat)
 
static void commitStep (const Properties &globdat)
 

Member Typedef Documentation

Member Data Documentation

const char* jive::implict::Globdat::SOLVER_INFO
static
const char* jive::implict::Globdat::ARCLEN_MODEL
static
const char* jive::implict::Globdat::REAL_EIGENVALS
static
const char* jive::implict::Globdat::IMAG_EIGENVALS
static