|
MueLu
Version of the Day
|
Nullspace Factory for coupled acoustic-elastic problems. More...
#include <MueLu_CoupledRBMFactory_decl.hpp>
Constructors/Destructors. | |
| CoupledRBMFactory (const int numPDEs) | |
| Constructor. More... | |
| CoupledRBMFactory (const std::string &nspName="Nullspace") | |
| Constructor. More... | |
| virtual | ~CoupledRBMFactory () |
| 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_ |
| int | lastAcousticDOF_ |
| void | Build (Level ¤tLevel) const |
| Build an object with this factory. More... | |
| void | BuildRBM (RCP< Matrix > &A, RCP< MultiVector > &Coords, RCP< MultiVector > &nullspace) const |
| void | setNumPDEs (int numPDEs) |
| void | setLastAcousticDOF (int lastDOF) |
Nullspace Factory for coupled acoustic-elastic problems.
Combines standard nullspace with rigid body modes. Assumes that acoustic pressure DOFs are padded with 2 extra DOFs (so that there are 3 DOFs at each mesh grid point)
Definition at line 74 of file MueLu_CoupledRBMFactory_decl.hpp.
|
inline |
Constructor.
Definition at line 82 of file MueLu_CoupledRBMFactory_decl.hpp.
|
inline |
Constructor.
Definition at line 87 of file MueLu_CoupledRBMFactory_decl.hpp.
|
virtual |
Destructor.
Definition at line 60 of file MueLu_CoupledRBMFactory_def.hpp.
| void MueLu::CoupledRBMFactory< 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_CoupledRBMFactory_def.hpp.
| void MueLu::CoupledRBMFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build | ( | Level & | currentLevel | ) | const |
Build an object with this factory.
Definition at line 74 of file MueLu_CoupledRBMFactory_def.hpp.
| void MueLu::CoupledRBMFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::BuildRBM | ( | RCP< Matrix > & | A, |
| RCP< MultiVector > & | Coords, | ||
| RCP< MultiVector > & | nullspace | ||
| ) | const |
Definition at line 151 of file MueLu_CoupledRBMFactory_def.hpp.
|
inline |
Definition at line 118 of file MueLu_CoupledRBMFactory_decl.hpp.
|
inline |
Definition at line 122 of file MueLu_CoupledRBMFactory_decl.hpp.
|
private |
name of nullspace vector on finest level
Definition at line 129 of file MueLu_CoupledRBMFactory_decl.hpp.
|
private |
Definition at line 131 of file MueLu_CoupledRBMFactory_decl.hpp.
|
private |
Definition at line 133 of file MueLu_CoupledRBMFactory_decl.hpp.