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

Method getPreconditioner

ibtk/src/solvers/interfaces/KrylovLinearSolver.cpp:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108} // setPreconditioner
109
110Pointer<LinearSolver>
111KrylovLinearSolver::getPreconditioner() const
112{
113 return d_pc_solver;
114} // getPreconditioner
115
116/////////////////////////////// PRIVATE //////////////////////////////////////
117

Calls

no outgoing calls

Tested by

no test coverage detected