Jive reference manual
List of all members | Public Types | Static Public Member Functions | Static Public Attributes
jive::model::StateVector Class Reference

#include <jive/model/StateVector.h>

Public Types

typedef util::VectorManager Manager
 

Static Public Member Functions

static void store (const Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void store (const Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void storeOld (const Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void storeOld (const Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static bool find (Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static bool find (Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static bool findOld (Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static bool findOld (Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void get (Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void get (Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void getOld (Vector &state, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void getOld (Vector &state, StateTag tag, const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void updateOld (const Ref< DofSpace > &dofs, const Properties &globdat)
 
static void restoreNew (const Ref< DofSpace > &dofs, const Properties &globdat)
 

Static Public Attributes

static const char * NAMES [3]
 
static const char * OLD_NAMES [3]
 

Member Typedef Documentation

typedef util:: VectorManager jive::model::StateVector::Manager

Member Function Documentation

void jive::model::StateVector::store ( const Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::store ( const Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::storeOld ( const Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::storeOld ( const Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
bool jive::model::StateVector::find ( Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
bool jive::model::StateVector::find ( Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
bool jive::model::StateVector::findOld ( Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
bool jive::model::StateVector::findOld ( Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::get ( Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::get ( Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::getOld ( Vector &  state,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::getOld ( Vector &  state,
StateTag  tag,
const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::updateOld ( const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static
void jive::model::StateVector::restoreNew ( const Ref< DofSpace > &  dofs,
const Properties globdat 
)
static

Member Data Documentation

const char* jive::model::StateVector::NAMES[3]
static
const char* jive::model::StateVector::OLD_NAMES[3]
static