#include <jive/fem/InitModule.h>
|
static Ref< Module > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
static void | declare () |
|
static void | makeModel (const String &name, const Properties &conf, const Properties &props, const Properties &globdat, const Ref< Writer > &logger=NIL) |
|
static void | syncDofs (const Properties &globdat) |
|
static void | initConstraints (const Properties &globdat, const String &context) |
|
static void | initVectors (const StringVector &specs, const Properties &globdat, const String &context, const Ref< Writer > &logger=NIL) |
|
static void | checkVecSpecs (const StringVector &specs) |
|
static void | initModel (const Properties &conf, const Properties &props, const Properties &globdat) |
|
static Ref< Module > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
static void | declare () |
|
static String | makeContext (const String &kind, const String &name) |
|
static Class * | getType () |
| Returns the Class instance representing the Object class. More...
|
|
|
virtual | ~InitModule () |
|
virtual void | reorderDofs_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | makeModel_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | syncDofs_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | initConstraints_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | initVectors_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual void | initModel_ (const Properties &conf, const Properties &props, const Properties &globdat) |
|
virtual | ~Module () |
|
virtual | ~NamedObject () |
|
| Collectable () |
| Creates an empty Collectable . More...
|
|
| ~Collectable () |
| Frees resources. More...
|
|
jive::fem::InitModule::InitModule |
( |
const String & |
name = "init" | ) |
|
|
explicit |
virtual jive::fem::InitModule::~InitModule |
( |
| ) |
|
|
protectedvirtual |
static void jive::fem::InitModule::declare |
( |
| ) |
|
|
static |
const char* jive::fem::InitModule::TYPE_NAME |
|
static |