LinearSolver Class Reference

Developer Documentation: MeltPoolDG::LinearSolver Class Reference
Developer Documentation
MeltPoolDG::LinearSolver Class Reference

#include <linear_solver.hpp>

Static Public Member Functions

template<typename VectorType , typename OperatorType = dealii::TrilinosWrappers::SparseMatrix, typename PreconditionerType = dealii::PreconditionIdentity, typename number = double>
static int solve (const OperatorType &system_matrix, VectorType &solution, const VectorType &rhs, const LinearSolverData< number > &data, const PreconditionerType &preconditioner=dealii::PreconditionIdentity(), const std::string identifier="")
 

Member Function Documentation

◆ solve()

template<typename VectorType , typename OperatorType = dealii::TrilinosWrappers::SparseMatrix, typename PreconditionerType = dealii::PreconditionIdentity, typename number = double>
static int MeltPoolDG::LinearSolver::solve ( const OperatorType &  system_matrix,
VectorType &  solution,
const VectorType &  rhs,
const LinearSolverData< number > &  data,
const PreconditionerType &  preconditioner = dealii::PreconditionIdentity(),
const std::string  identifier = "" 
)
inlinestatic

The documentation for this class was generated from the following file: