The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
csolver_apply Interface Reference

Detailed Description

Apply linear solver to compute \( A u = g\).

Note
This subroutine is a dummy routine used to specify the interface of the member function and catch errors in uninitialized solvers

Public Member Functions

subroutine csolver_apply (self, u, g)

Constructor & Destructor Documentation

◆ csolver_apply()

subroutine csolver_apply ( class(oft_csolver), intent(inout) self,
class(oft_cvector), intent(inout) u,
class(oft_cvector), intent(inout) g )
virtual
Parameters
[in,out]selfSolver object
[in,out]uGuess/Solution field
[in,out]gRHS/Residual field

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