Jive reference manual
|
#include <jive/implict/TransientSolver.h>
Public Member Functions | |
virtual Status | init (const Properties &conf, const Properties &props, const Properties &globdat) |
virtual Status | run (const Properties &globdat) |
virtual void | shutdown (const Properties &globdat) |
virtual void | configure (const Properties &props, const Properties &globdat) |
virtual void | getConfig (const Properties &props, const Properties &globdat) const |
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
virtual void | advance (const Properties &globdat) |
virtual void | solve (const Properties &info, const Properties &globdat) |
virtual void | cancel (const Properties &globdat) |
virtual bool | commit (const Properties &globdat) |
virtual void | setPrecision (double eps) |
virtual double | getPrecision () const |
![]() | |
Module (const String &name="") | |
virtual String | getContext () const |
void | notAliveError () const |
void | notAliveError (const String &where) const |
![]() | |
NamedObject (const String &name="") | |
virtual String | toString () const |
Returns a short textual description of this object. More... | |
String | getName () const |
![]() | |
virtual Class * | getClass () 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< Object > | clone () const |
Returns a copy of this object. More... | |
Protected Member Functions | |
TransientSolver (const String &name, Ref< SolverModule > solver) | |
virtual | ~TransientSolver () |
virtual Ref< Model > | newTransModel_ (const Properties &conf, const Properties &props, const Properties &globdat)=0 |
![]() | |
SolverModule (const String &name="") | |
virtual | ~SolverModule () |
![]() | |
virtual | ~Module () |
![]() | |
virtual | ~NamedObject () |
![]() | |
Collectable () | |
Creates an empty Collectable . More... | |
~Collectable () | |
Frees resources. More... | |
Protected Attributes | |
Ref< SolverModule > | solver_ |
Ref< Model > | tmodel_ |
![]() | |
String | myName_ |
Additional Inherited Members | |
![]() | |
enum | Status { OK, DONE, EXIT } |
![]() | |
static String | makeContext (const String &kind, const String &name) |
![]() | |
static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
![]() | |
static const char * | CASE_NAME |
|
protected |
|
protectedvirtual |
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::implict::SolverModule.
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::implict::SolverModule.
|
virtual |
Reimplemented from jive::implict::SolverModule.
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
protectedpure virtual |
Implemented in jive::implict::NewmarkModule, and jive::implict::Park3Module.
|
protected |