|
MueLu
Version of the Day
|
Nullspace Factory for building rigid body modes. More...
#include <MueLu_RigidBodyModeFactory_decl.hpp>
Constructors/Destructors. | |
| RigidBodyModeFactory (const int numPDEs) | |
| Constructor. More... | |
| RigidBodyModeFactory (const std::string &nspName="Nullspace") | |
| Constructor. More... | |
| virtual | ~RigidBodyModeFactory () |
| Destructor. More... | |
Input | |
| void | DeclareInput (Level ¤tLevel) const |
| Specifies the data that this class needs, and the factories that generate that data. More... | |
Build methods. | |
| std::string | nspName_ |
| name of nullspace vector on finest level More... | |
| int | numPDEs_ |
| void | Build (Level ¤tLevel) const |
| Build an object with this factory. More... | |
| void | setNumPDEs (int numPDEs) |
Nullspace Factory for building rigid body modes.
Definition at line 68 of file MueLu_RigidBodyModeFactory_decl.hpp.
|
inline |
Constructor.
Definition at line 77 of file MueLu_RigidBodyModeFactory_decl.hpp.
|
inline |
Constructor.
Definition at line 82 of file MueLu_RigidBodyModeFactory_decl.hpp.
|
virtual |
Destructor.
Definition at line 60 of file MueLu_RigidBodyModeFactory_def.hpp.
| void MueLu::RigidBodyModeFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::DeclareInput | ( | Level & | currentLevel | ) | const |
Specifies the data that this class needs, and the factories that generate that data.
If the Build method of this class requires some data, but the generating factory is not specified in DeclareInput, then this class will fall back to the settings in FactoryManager.
Definition at line 63 of file MueLu_RigidBodyModeFactory_def.hpp.
| void MueLu::RigidBodyModeFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build | ( | Level & | currentLevel | ) | const |
Build an object with this factory.
Definition at line 74 of file MueLu_RigidBodyModeFactory_def.hpp.
|
inline |
Definition at line 111 of file MueLu_RigidBodyModeFactory_decl.hpp.
|
private |
name of nullspace vector on finest level
Definition at line 118 of file MueLu_RigidBodyModeFactory_decl.hpp.
|
private |
Definition at line 120 of file MueLu_RigidBodyModeFactory_decl.hpp.