BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
en_SolverEnums.cpp File Reference
#include "en_SolverEnums.hpp"
Include dependency graph for en_SolverEnums.cpp:

Namespaces

namespace  belfem
 USER GUIDES:

Functions

string belfem::to_string (const SolverType aSolverType)
SolverType belfem::solver_type (const string &aString)
string belfem::to_string (const DistributedMatrixType aDistributedMatrixType)
DistributedMatrixType belfem::distributed_matrix_type (const string &aString)
DistributedMatrixType belfem::distributed_matrix_format (const string &aString)
string belfem::to_string (const EulerMethod aEulerMethod)
EulerMethod belfem::euler_method (const string &aString)
string belfem::to_string (const Preconditioner aPreconditioner)
Preconditioner belfem::preconditioner (const string &aString)
string belfem::to_string (const KrylovMethod aKrylovMethod)
KrylovMethod belfem::krylov_method (const string &aString)
string belfem::to_string (const ReorderingMethod aReorderingMethod)
ReorderingMethod belfem::reordering_method (const string &aString)
string belfem::to_string (const CompressionMethod aCompressionMethod)
CompressionMethod belfem::compression_method (const string &aString)
string belfem::to_string (const MumpsSerialReodrdering aSerialReodrdering)
MumpsSerialReodrdering belfem::serial_reordering (const string &aString)
std::string belfem::to_string (const MumpsParallelReodrdering aParallelReodrdering)
MumpsParallelReodrdering belfem::parallel_reordering (const string &aString)
string belfem::to_string (const MumpsBlockLowRanking aBLR)
MumpsBlockLowRanking belfem::block_low_ranking (const string &aString)