Factory class to create Jacobian objects for use by linear solvers.
More...
#include <SystemJacobianFactory.h>
Factory class to create Jacobian objects for use by linear solvers.
Definition at line 18 of file SystemJacobianFactory.h.
|
| void | deleteFactory () override |
| | Virtual abstract function that deletes the factory.
|
| SystemJacobian * | create (const string &name, Args... args) |
| | Create an object using the object construction function corresponding to "name" and the provided constructor arguments.
|
| void | reg (const string &name, function< SystemJacobian *(Args...)> f) |
| | Register a new object construction function.
|
| void | addAlias (const string &original, const string &alias) |
| | Add an alias for an existing registered type.
|
| string | canonicalize (const string &name) |
| | Get the canonical name registered for a type.
|
| bool | exists (const string &name) const |
| | Returns true if name is registered with this factory.
|
| virtual | ~FactoryBase () |
| | destructor
|
|
| static SystemJacobianFactory * | factory () |
| static void | deleteFactories () |
| | static function that deletes all factories in the internal registry maintained in a static variable
|
|
| void | addDeprecatedAlias (const string &original, const string &alias) |
| | Add a deprecated alias for an existing registered type.
|
| | FactoryBase () |
| | Constructor.
|
◆ SystemJacobianFactory()
| SystemJacobianFactory |
( |
| ) |
|
|
private |
◆ factory()
| SystemJacobianFactory * factory |
( |
| ) |
|
|
static |
◆ deleteFactory()
◆ s_factory
| SystemJacobianFactory * s_factory = 0 |
|
staticprivate |
◆ jac_mutex
The documentation for this class was generated from the following files: