|
MueLu
Version of the Day
|
Preconditioner (wrapped as a Xpetra::Operator) for Maxwell's equations in curl-curl form. More...
#include <MueLu_RefMaxwell_decl.hpp>
Public Types | |
| typedef Teuchos::ScalarTraits< Scalar >::magnitudeType | magnitudeType |
| typedef Teuchos::ScalarTraits< Scalar >::coordinateType | coordinateType |
| typedef Xpetra::MultiVector< coordinateType, LO, GO, NO > | RealValuedMultiVector |
Public Member Functions | |
| RefMaxwell () | |
| Constructor. More... | |
| RefMaxwell (Teuchos::RCP< Hierarchy > HH, Teuchos::RCP< Hierarchy > H22) | |
| Constructor with Hierarchies. More... | |
| RefMaxwell (const Teuchos::RCP< Matrix > &SM_Matrix, const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &Ms_Matrix, const Teuchos::RCP< Matrix > &M0inv_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List, bool ComputePrec=true) | |
| RefMaxwell (const Teuchos::RCP< Matrix > &SM_Matrix, const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &M0inv_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List, bool ComputePrec=true) | |
| RefMaxwell (const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &M0inv_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List) | |
| RefMaxwell (const Teuchos::RCP< Matrix > &SM_Matrix, const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List, bool ComputePrec) | |
| RefMaxwell (const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List) | |
| RefMaxwell (const Teuchos::RCP< Matrix > &SM_Matrix, Teuchos::ParameterList &List, bool ComputePrec=true) | |
| virtual | ~RefMaxwell () |
| Destructor. More... | |
| Teuchos::RCP< const Map > | getDomainMap () const |
| Returns the Xpetra::Map object associated with the domain of this operator. More... | |
| Teuchos::RCP< const Map > | getRangeMap () const |
| Returns the Xpetra::Map object associated with the range of this operator. More... | |
| const Teuchos::RCP< Matrix > & | getJacobian () const |
| Returns Jacobian matrix SM. More... | |
| void | setParameters (Teuchos::ParameterList &list) |
| Set parameters. More... | |
| void | compute (bool reuse=false) |
| Setup the preconditioner. More... | |
| void | buildProlongator () |
| Setup the prolongator for the (1,1)-block. More... | |
| void | formCoarseMatrix () |
| Compute P11^{T}*A*P11 efficiently. More... | |
| void | resetMatrix (Teuchos::RCP< Matrix > SM_Matrix_new, bool ComputePrec=true) |
| Reset system matrix. More... | |
| void | apply (const MultiVector &X, MultiVector &Y, Teuchos::ETransp mode=Teuchos::NO_TRANS, Scalar alpha=Teuchos::ScalarTraits< Scalar >::one(), Scalar beta=Teuchos::ScalarTraits< Scalar >::zero()) const |
| bool | hasTransposeApply () const |
| Indicates whether this operator supports applying the adjoint operator. More... | |
| void | describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel=Teuchos::VERB_HIGH) const |
| void | residual (const MultiVector &X, const MultiVector &B, MultiVector &R) const |
| Compute a residual R = B - (*this) * X. More... | |
Public Member Functions inherited from MueLu::VerboseObject | |
| VerboseObject () | |
| virtual | ~VerboseObject () |
| Destructor. More... | |
| VerbLevel | GetVerbLevel () const |
| Get the verbosity level. More... | |
| void | SetVerbLevel (const VerbLevel verbLevel) |
| Set the verbosity level of this object. More... | |
| int | GetProcRankVerbose () const |
| Get proc rank used for printing. Do not use this information for any other purpose. More... | |
| int | SetProcRankVerbose (int procRank) const |
| Set proc rank used for printing. More... | |
| bool | IsPrint (MsgType type, int thisProcRankOnly=-1) const |
| Find out whether we need to print out information for a specific message type. More... | |
| Teuchos::FancyOStream & | GetOStream (MsgType type, int thisProcRankOnly=0) const |
| Get an output stream for outputting the input message type. More... | |
| Teuchos::FancyOStream & | GetBlackHole () const |
Private Member Functions | |
| void | initialize (const Teuchos::RCP< Matrix > &D0_Matrix, const Teuchos::RCP< Matrix > &Ms_Matrix, const Teuchos::RCP< Matrix > &M0inv_Matrix, const Teuchos::RCP< Matrix > &M1_Matrix, const Teuchos::RCP< MultiVector > &Nullspace, const Teuchos::RCP< RealValuedMultiVector > &Coords, Teuchos::ParameterList &List) |
| void | setFineLevelSmoother () |
| Set the fine level smoother. More... | |
| void | applyInverseAdditive (const MultiVector &RHS, MultiVector &X) const |
| apply additive algorithm for 2x2 solve More... | |
| void | solveH (const MultiVector &RHS, MultiVector &X) const |
| apply solve to 1-1 block only More... | |
| void | solve22 (const MultiVector &RHS, MultiVector &X) const |
| apply solve to 2-2 block only More... | |
| void | allocateMemory (int numVectors) const |
| allocate multivectors for solve More... | |
| void | dump (const Matrix &A, std::string name) const |
| dump out matrix More... | |
| void | dump (const MultiVector &X, std::string name) const |
| dump out multivector More... | |
| void | dumpCoords (const RealValuedMultiVector &X, std::string name) const |
| dump out real-valued multivector More... | |
| void | dump (const Teuchos::ArrayRCP< bool > &v, std::string name) const |
| dump out boolean ArrayView More... | |
| Teuchos::RCP< Teuchos::TimeMonitor > | getTimer (std::string name, RCP< const Teuchos::Comm< int > > comm=Teuchos::null) const |
| get a (synced) timer More... | |
Private Attributes | |
| Teuchos::RCP< Hierarchy > | HierarchyH_ |
| Two hierarchies: one for the coarse (1,1)-block, another for the (2,2)-block. More... | |
| Teuchos::RCP< Hierarchy > | Hierarchy22_ |
| Teuchos::RCP< SmootherBase > | PreSmoother_ |
| Teuchos::RCP< SmootherBase > | PostSmoother_ |
| Teuchos::RCP< SmootherPrototype > | PreSmootherData_ |
| Teuchos::RCP< SmootherPrototype > | PostSmootherData_ |
| bool | useHiptmairSmoothing_ |
| Teuchos::RCP< Matrix > | SM_Matrix_ |
| Various matrices. More... | |
| Teuchos::RCP< Matrix > | D0_Matrix_ |
| Teuchos::RCP< Matrix > | D0_T_Matrix_ |
| Teuchos::RCP< Matrix > | M0inv_Matrix_ |
| Teuchos::RCP< Matrix > | M1_Matrix_ |
| Teuchos::RCP< Matrix > | Ms_Matrix_ |
| Teuchos::RCP< Matrix > | A_nodal_Matrix_ |
| Teuchos::RCP< Matrix > | P11_ |
| Teuchos::RCP< Matrix > | R11_ |
| Teuchos::RCP< Matrix > | AH_ |
| Teuchos::RCP< Matrix > | A22_ |
| Teuchos::RCP< Matrix > | Addon_Matrix_ |
| Teuchos::RCP< const Map > | D0origDomainMap_ |
| Teuchos::RCP< const Import > | D0origImporter_ |
| int | BCedges_ |
| Vectors for BCs. More... | |
| int | BCnodes_ |
| Teuchos::ArrayRCP< bool > | BCrows_ |
| Teuchos::ArrayRCP< bool > | BCcols_ |
| Teuchos::ArrayRCP< bool > | BCdomain_ |
| Teuchos::RCP< MultiVector > | Nullspace_ |
| Nullspace. More... | |
| Teuchos::RCP< RealValuedMultiVector > | Coords_ |
| Coordinates. More... | |
| Teuchos::RCP< RealValuedMultiVector > | CoordsH_ |
| Teuchos::RCP< MultiVector > | NullspaceH_ |
| Nullspace for (1,1) problem. More... | |
| Teuchos::RCP< const Import > | ImporterH_ |
| Importer to coarse (1,1) hierarchy. More... | |
| Teuchos::RCP< const Import > | Importer22_ |
| bool | D0_T_R11_colMapsMatch_ |
| bool | allEdgesBoundary_ |
| bool | allNodesBoundary_ |
| Teuchos::ParameterList | parameterList_ |
| Parameter lists. More... | |
| Teuchos::ParameterList | precList11_ |
| Teuchos::ParameterList | precList22_ |
| Teuchos::ParameterList | smootherList_ |
| Teuchos::RCP< Teuchos::ParameterList > | AH_AP_reuse_data_ |
| Teuchos::RCP< Teuchos::ParameterList > | AH_RAP_reuse_data_ |
| Teuchos::RCP< Teuchos::ParameterList > | A22_AP_reuse_data_ |
| Teuchos::RCP< Teuchos::ParameterList > | A22_RAP_reuse_data_ |
| bool | disable_addon_ |
| Some options. More... | |
| bool | dump_matrices_ |
| bool | useKokkos_ |
| bool | use_as_preconditioner_ |
| bool | implicitTranspose_ |
| bool | fuseProlongationAndUpdate_ |
| bool | syncTimers_ |
| bool | enable_reuse_ |
| bool | skipFirstLevel_ |
| bool | applyBCsToAnodal_ |
| bool | applyBCsToH_ |
| bool | applyBCsTo22_ |
| int | numItersH_ |
| int | numIters22_ |
| std::string | mode_ |
| Teuchos::RCP< MultiVector > | P11res_ |
| Temporary memory. More... | |
| Teuchos::RCP< MultiVector > | P11x_ |
| Teuchos::RCP< MultiVector > | P11resSubComm_ |
| Teuchos::RCP< MultiVector > | P11xSubComm_ |
| Teuchos::RCP< MultiVector > | D0res_ |
| Teuchos::RCP< MultiVector > | D0x_ |
| Teuchos::RCP< MultiVector > | D0resSubComm_ |
| Teuchos::RCP< MultiVector > | D0xSubComm_ |
| Teuchos::RCP< MultiVector > | residual_ |
| Teuchos::RCP< MultiVector > | P11resTmp_ |
| Teuchos::RCP< MultiVector > | D0resTmp_ |
| Teuchos::RCP< MultiVector > | D0TR11Tmp_ |
Additional Inherited Members | |
Static Public Member Functions inherited from MueLu::VerboseObject | |
| static void | SetDefaultVerbLevel (const VerbLevel defaultVerbLevel) |
| Set the default (global) verbosity level. More... | |
| static VerbLevel | GetDefaultVerbLevel () |
| Get the default (global) verbosity level. More... | |
| static void | SetMueLuOStream (const Teuchos::RCP< Teuchos::FancyOStream > &mueluOStream) |
| static void | SetMueLuOFileStream (const std::string &filename) |
| static Teuchos::RCP< Teuchos::FancyOStream > | GetMueLuOStream () |
Preconditioner (wrapped as a Xpetra::Operator) for Maxwell's equations in curl-curl form.
This uses a 2x2 block reformulation.
Reference: P. Bochev, J. Hu, C. Siefert, and R. Tuminaro. "An algebraic multigrid approach based on a compatible gauge reformulation of Maxwell's equations." SIAM Journal on Scientific Computing, 31(1), 557-583.
Parameter list options:
refmaxwell: mode - a string specifying the order of solve of the block system. Allowed values are: "additive" (default), "121", "212", "1", "2"refmaxwell: disable addon - bool specifing whether the addon should be built for stabilization. Default: "true"refmaxwell: use as preconditioner - bool specifing whether RefMaxwell is used as a preconditioner or as a solver.refmaxwell: dump matrices - bool specifing whether the matrices should be dumped. Default: "false"refmaxwell: prolongator compute algorithm - a string specifying the algorithm to build the prolongator. Allowed values are: "mat-mat" and "gustavson"refmaxwell: 11list and refmaxwell: 22list - parameter list for the multigrid hierarchies on 11 and 22 blocksrefmaxwell: subsolves on subcommunicators - bool redistribute the two subsolves to disjoint sub-communicators (so that the additive solve can occur in parallel) Default: "false" Definition at line 133 of file MueLu_RefMaxwell_decl.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::magnitudeType MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::magnitudeType |
Definition at line 140 of file MueLu_RefMaxwell_decl.hpp.
| typedef Teuchos::ScalarTraits<Scalar>::coordinateType MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::coordinateType |
Definition at line 141 of file MueLu_RefMaxwell_decl.hpp.
| typedef Xpetra::MultiVector<coordinateType,LO,GO,NO> MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::RealValuedMultiVector |
Definition at line 142 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor.
Definition at line 145 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor with Hierarchies.
Definition at line 154 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor with Jacobian (with add on)
| [in] | SM_Matrix | Jacobian |
| [in] | D0_Matrix | Discrete Gradient |
| [in] | Ms_Matrix | Edge mass matrix for the nodal aggregates |
| [in] | M0inv_Matrix | Inverse of lumped nodal mass matrix (add on only) |
| [in] | M1_Matrix | Edge mass matrix for the add on |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
| [in] | ComputePrec | If true, compute the preconditioner immediately |
Definition at line 174 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor with Jacobian (with add on)
| [in] | SM_Matrix | Jacobian |
| [in] | D0_Matrix | Discrete Gradient |
| [in] | M0inv_Matrix | Inverse of lumped nodal mass matrix (add on only) |
| [in] | M1_Matrix | Edge mass matrix for the |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
| [in] | ComputePrec | If true, compute the preconditioner immediately |
Definition at line 199 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor without Jacobian (with add on)
| [in] | D0_Matrix | Discrete Gradient |
| [in] | M0inv_Matrix | Inverse of lumped nodal mass matrix (add on only) |
| [in] | M1_Matrix | Edge mass matrix for the |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
Definition at line 221 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor with Jacobian (no add on)
| [in] | SM_Matrix | Jacobian |
| [in] | D0_Matrix | Discrete Gradient |
| [in] | M1_Matrix | Edge mass matrix for the |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
| [in] | ComputePrec | If true, compute the preconditioner immediately |
Definition at line 241 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor without Jacobian (no add on)
| [in] | D0_Matrix | Discrete Gradient |
| [in] | M1_Matrix | Edge mass matrix for the |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
Definition at line 261 of file MueLu_RefMaxwell_decl.hpp.
|
inline |
Constructor with parameter list
| [in] | SM_Matrix | Jacobian |
| [in] | List | Parameter list |
| [in] | ComputePrec | If true, compute the preconditioner immediately |
Definition at line 276 of file MueLu_RefMaxwell_decl.hpp.
|
inlinevirtual |
Destructor.
Definition at line 299 of file MueLu_RefMaxwell_decl.hpp.
| Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::getDomainMap |
Returns the Xpetra::Map object associated with the domain of this operator.
Definition at line 125 of file MueLu_RefMaxwell_def.hpp.
| Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node > > MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::getRangeMap |
Returns the Xpetra::Map object associated with the range of this operator.
Definition at line 131 of file MueLu_RefMaxwell_def.hpp.
|
inline |
Returns Jacobian matrix SM.
Definition at line 308 of file MueLu_RefMaxwell_decl.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::setParameters | ( | Teuchos::ParameterList & | list | ) |
Set parameters.
Definition at line 137 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::compute | ( | bool | reuse = false | ) |
Setup the preconditioner.
Definition at line 244 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::buildProlongator |
Setup the prolongator for the (1,1)-block.
Definition at line 1283 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::formCoarseMatrix |
Compute P11^{T}*A*P11 efficiently.
Definition at line 2076 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::resetMatrix | ( | Teuchos::RCP< Matrix > | SM_Matrix_new, |
| bool | ComputePrec = true |
||
| ) |
Reset system matrix.
Definition at line 2217 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::apply | ( | const MultiVector & | X, |
| MultiVector & | Y, | ||
| Teuchos::ETransp | mode = Teuchos::NO_TRANS, |
||
| Scalar | alpha = Teuchos::ScalarTraits<Scalar>::one(), |
||
| Scalar | beta = Teuchos::ScalarTraits<Scalar>::zero() |
||
| ) | const |
Returns in Y the result of a Xpetra::Operator applied to a Xpetra::MultiVector X.
| [in] | X | - MultiVector of dimension NumVectors to multiply with matrix. |
| [out] | Y | - MultiVector of dimension NumVectors containing result. |
Definition at line 2443 of file MueLu_RefMaxwell_def.hpp.
| bool MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::hasTransposeApply |
Indicates whether this operator supports applying the adjoint operator.
Definition at line 2543 of file MueLu_RefMaxwell_def.hpp.
| void MueLu::RefMaxwell< Scalar, LocalOrdinal, GlobalOrdinal, Node >::describe | ( | Teuchos::FancyOStream & | out, |
| const Teuchos::EVerbosityLevel | verbLevel = Teuchos::VERB_HIGH |
||
| ) | const |
Definition at line 2639 of file MueLu_RefMaxwell_def.hpp.
|
inline |
Compute a residual R = B - (*this) * X.
Definition at line 341 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Initialize with matrices except the Jacobian (don't compute the preconditioner)
| [in] | D0_Matrix | Discrete Gradient |
| [in] | Ms_Matrix | Edge mass matrix for nodal aggregates |
| [in] | M0inv_Matrix | Inverse of lumped nodal mass matrix (add on only) |
| [in] | M1_Matrix | Edge mass matrix for add on |
| [in] | Nullspace | Null space (needed for periodic) |
| [in] | Coords | Nodal coordinates |
| [in] | List | Parameter list |
Definition at line 2549 of file MueLu_RefMaxwell_def.hpp.
|
private |
Set the fine level smoother.
Definition at line 1024 of file MueLu_RefMaxwell_def.hpp.
|
private |
apply additive algorithm for 2x2 solve
Definition at line 2227 of file MueLu_RefMaxwell_def.hpp.
|
private |
apply solve to 1-1 block only
Definition at line 2372 of file MueLu_RefMaxwell_def.hpp.
|
private |
apply solve to 2-2 block only
Definition at line 2406 of file MueLu_RefMaxwell_def.hpp.
|
private |
allocate multivectors for solve
Definition at line 1154 of file MueLu_RefMaxwell_def.hpp.
|
private |
dump out matrix
Definition at line 1216 of file MueLu_RefMaxwell_def.hpp.
|
private |
dump out multivector
Definition at line 1225 of file MueLu_RefMaxwell_def.hpp.
|
private |
dump out real-valued multivector
Definition at line 1234 of file MueLu_RefMaxwell_def.hpp.
|
private |
dump out boolean ArrayView
Definition at line 1243 of file MueLu_RefMaxwell_def.hpp.
|
private |
get a (synced) timer
Definition at line 1267 of file MueLu_RefMaxwell_def.hpp.
|
private |
Two hierarchies: one for the coarse (1,1)-block, another for the (2,2)-block.
Definition at line 407 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 407 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 408 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 408 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 409 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 409 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 413 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Various matrices.
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 418 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 419 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 420 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 421 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Vectors for BCs.
Definition at line 426 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 426 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 427 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 427 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 427 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Nullspace.
Definition at line 429 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Coordinates.
Definition at line 431 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 431 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Nullspace for (1,1) problem.
Definition at line 433 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Importer to coarse (1,1) hierarchy.
Definition at line 435 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 435 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 436 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 437 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 437 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Parameter lists.
Definition at line 439 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 439 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 439 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 439 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 440 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 440 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 441 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 441 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Some options.
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 443 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 444 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 444 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 444 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 445 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 445 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 446 of file MueLu_RefMaxwell_decl.hpp.
|
mutableprivate |
Temporary memory.
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.
|
private |
Definition at line 448 of file MueLu_RefMaxwell_decl.hpp.