📁 LinSolver
📄️ CheckEssentialParam
This method checks the essential parameters required to construct an instance of LinSolver.
📄️ 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.
📄️ GetLinSolverNameFromCode
This function returns the name of linear solver from the integer code.
📄️ GetLinSolverNameFromCode
This function returns the linear solver name from integer code.
📄️ GetLinSolverParam
Get the essential parameters required to construct an instance of 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 LinSolver.
📄️ Structure
LinSolver is a child of AbstractLinSolver.
📄️ 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.
📄️ SetLinSolverParam
Set the essential parameters required to construct an instance of linear solver.
📄️ SetParam
Set the fields of linear solver.
📄️ SetTolerance
SEt the tolerance.
📄️ Solve
Solve the system of linear equation.