|
Jive reference manual
|
#include <jive/implict/SolverModule.h>

Public Member Functions | |
| virtual Status | run (const Properties &globdat) |
| virtual void | configure (const Properties &props, const Properties &globdat) |
| virtual void | getConfig (const Properties &props, const Properties &globdat) const |
| virtual void | advance (const Properties &globdat)=0 |
| virtual void | solve (const Properties &info, const Properties &globdat)=0 |
| virtual void | cancel (const Properties &globdat)=0 |
| virtual bool | commit (const Properties &globdat)=0 |
| virtual void | setPrecision (double eps)=0 |
| virtual double | getPrecision () const =0 |
Public Member Functions inherited from jive::app::Module | |
| Module (const String &name="") | |
| virtual Status | init (const Properties &conf, const Properties &props, const Properties &globdat) |
| virtual void | shutdown (const Properties &globdat) |
| virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
| virtual String | getContext () const |
| void | notAliveError () const |
| void | notAliveError (const String &where) const |
Public Member Functions inherited from jem::NamedObject | |
| NamedObject (const String &name="") | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| String | getName () const |
Public Member Functions inherited from jem::Object | |
| 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 | |
| SolverModule (const String &name="") | |
| virtual | ~SolverModule () |
Protected Member Functions inherited from jive::app::Module | |
| virtual | ~Module () |
Protected Member Functions inherited from jem::NamedObject | |
| virtual | ~NamedObject () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Additional Inherited Members | |
Public Types inherited from jive::app::Module | |
| enum | Status { OK, DONE, EXIT } |
Static Public Member Functions inherited from jem::NamedObject | |
| static String | makeContext (const String &kind, const String &name) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes inherited from jive::app::Module | |
| static const char * | CASE_NAME |
Protected Attributes inherited from jem::NamedObject | |
| String | myName_ |
|
explicitprotected |
|
protectedvirtual |
|
virtual |
Reimplemented from jive::app::Module.
Reimplemented in jive::implict::TransientSolver.
|
virtual |
Reimplemented from jive::app::Module.
Reimplemented in jive::implict::NonlinModule, jive::implict::ArclenModule, jive::implict::LinsolveModule, and jive::implict::TransientSolver.
|
virtual |
Reimplemented from jive::app::Module.
Reimplemented in jive::implict::NonlinModule, jive::implict::ArclenModule, jive::implict::LinsolveModule, and jive::implict::TransientSolver.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |