The TELEMAC-MASCARET system  trunk
Functions/Subroutines
solve.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine solve (X, A, B, TB, CFG, INFOGR, MESH, AUX)
 

Function/Subroutine Documentation

◆ solve()

subroutine solve ( type(bief_obj), intent(inout), target  X,
type(bief_obj), intent(inout)  A,
type(bief_obj), intent(inout), target  B,
type(bief_obj), intent(inout)  TB,
type(slvcfg), intent(inout)  CFG,
logical, intent(in)  INFOGR,
type(bief_mesh), intent(inout)  MESH,
type(bief_obj), intent(inout)  AUX 
)
Parameters
[in,out]cfg[in] A Matrix of the system (or block of matrices)
[in]AUXMatrix for preconditioning.
[in]BRight-hand side of the system
[in]CFGStructure of solver configuration CFGKRYLOV IS USED ONLY IF CFGSLV = 7 (GMRES)
[in]INFOGRIf yes, print a log.
[in]MESHMesh structure.
[in]TBBlock of vectors with at least MAX(7,2+2*CFGKRYLOV)*S VECTORS, S IS 1 IF A IS A MATRIX, 2 IF A BLOCK OF 4 MATRICES AND 3 IF A BLOCK OF 9.
[in,out]XInitial value, then solution

Definition at line 7 of file solve.f.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: