📁 AbstractLinSolver
📄️ AbstractLinSolver
AbstractLinSolver_ is an abstract class for solving system of linear equation.
📄️ CheckEssentialParam
This method checks the essential parameters required to construct an instance of AbstractLinSolver.
📄️ Deallocate
Deallocate the memory occupied by the abstract lin solver.
📄️ Display
Display the content of linear solver.
📄️ Export
Export the linear solver.
📄️ GetAbstractLinSolverParam
Get the essential parameters required to construct an instance of abstract linear solver.
📄️ GetParam
Get the field parameters of linear solver.
📄️ GetPreconditionOption
Get the precondition option.
📄️ Import
Import the linear solver from external file.
📄️ Initiate
Initiate an instance of abstract kernel.
📄️ Set
Set the abstract linear solver.
📄️ SetAbstractLinSolverParam
Set the essential parameters required to construct an instance of abstract linear solver.
📄️ SetDirichletBCIndices
Set the Dirichlet boundary condition indices.
📄️ SetParam
Set the fields of linear solver.
📄️ SetTolerance
SEt the tolerance.
📄️ Solve
Solve the system of linear equation.