MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / setNullSpace

Method setNullSpace

ibtk/src/solvers/impls/PETScLevelSolver.cpp:194–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192} // getASMSubdomains
193
194void
195PETScLevelSolver::setNullSpace(bool contains_constant_vec,
196 const std::vector<Pointer<SAMRAIVectorReal<NDIM, double>>>& nullspace_basis_vecs)
197{
198 LinearSolver::setNullSpace(contains_constant_vec, nullspace_basis_vecs);
199 if (d_is_initialized) setupNullSpace();
200 return;
201} // setNullSpace
202
203bool
204PETScLevelSolver::solveSystem(SAMRAIVectorReal<NDIM, double>& x, SAMRAIVectorReal<NDIM, double>& b)

Callers 14

mainFunction · 0.45
ConstraintIBMethodMethod · 0.45
applyProjectionMethod · 0.45
regridProjectionMethod · 0.45
regridProjectionMethod · 0.45
regridProjectionMethod · 0.45
regridProjectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected