Home
last modified time | relevance | path

Searched refs:SolverP (Results 1 – 1 of 1) sorted by relevance

/dports/math/mfem/mfem-4.3/linalg/
H A Doperator.cpp346 const Solver* SolverP = dynamic_cast<const Solver*>(&P); in RAPOperator() local
347 if (SolverP) in RAPOperator()
349 MFEM_VERIFY(!(SolverP->iterative_mode), in RAPOperator()