MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / SLEPcEigenSolver

Method SLEPcEigenSolver

cpp/dolfinx/la/slepc.cpp:21–21  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

19
20//-----------------------------------------------------------------------------
21SLEPcEigenSolver::SLEPcEigenSolver(MPI_Comm comm) { EPSCreate(comm, &_eps); }
22//-----------------------------------------------------------------------------
23SLEPcEigenSolver::SLEPcEigenSolver(EPS eps, bool inc_ref_count) : _eps(eps)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected