Class ae108::cppslepc::Context
template <class Policy>
ClassList > ae108 > cppslepc > Context
Public Functions
Type | Name |
---|---|
Context (int *const argc, char ***const argv, const std::string & database={}, const std::string & help={}) Initializes SLEPc. SLEPc is finalized automatically when the instance of Context is destroyed. |
Public Functions Documentation
function Context
Initializes SLEPc. SLEPc is finalized automatically when the instance of Context is destroyed.
explicit ae108::cppslepc::Context::Context (
int *const argc,
char ***const argv,
const std::string & database={},
const std::string & help={}
)
Parameters:
argc
A pointer toargc
as provided to main().argv
A pointer toargv
as provided to main().database
The path to a PETSC database file.help
Additional help to print.
The documentation for this class was generated from the following file cppslepc/src/include/ae108/cppslepc/Context.h