The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
solver_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 solver_apply (self, u, g)

Constructor & Destructor Documentation

◆ solver_apply()

subroutine solver_apply ( class(oft_solver), intent(inout) self,
class(oft_vector), intent(inout) u,
class(oft_vector), 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: