domainDecompTest.hh
std::unique_ptr< concepts::Vector< Real > > rhs_
Vector of right hand side.
Definition: domainDecompTest.hh:71
Definition: meshImport2D.hh:103
Helper class for building 2D hp-FEM spaces (space pre builder).
Definition: spacePreBuilder.hh:168
concepts::Sequence< concepts::Set< uint > > domains_
Set of domain attributes.
Definition: domainDecompTest.hh:65
concepts::Sequence< concepts::SparseMatrix< Real > * > M_
Mass matrix for each domain.
Definition: domainDecompTest.hh:69
Sequence with operations, output operator, and method of the particular element types.
Definition: sequence.hh:39
DomainDecomp(uint g=0, bool m=false, bool i=false, bool d=false)
Constructor.
std::unique_ptr< concepts::DomainDecomp< hp2D::hpAdaptiveSpaceH1 > > spc_
Space.
Definition: domainDecompTest.hh:67
void solve(concepts::SolverFabric< Real > &fabricI, concepts::SolverFabric< Real > &fabricB, bool explSchur)
Solve one system and compares with solution of direct inversionxb.