PPL Logo

libs/ck-libs/ifem/cg.C File Reference

Go to the source code of this file.

Data Structures

class  cgSolver
 Iterative Linear Solver: Conjugate Gradient method. More...

Functions

CLINKAGE void ILSI_CG_Solver (ILSI_Param *param, ILSI_Comm *comm, int n, const real *b, real *x)
 Conjugate-gradient solver: requires symmetric positive definite matrix.


Function Documentation

CLINKAGE void ILSI_CG_Solver ( ILSI_Param param,
ILSI_Comm comm,
int  n,
const real b,
real x 
)

Conjugate-gradient solver: requires symmetric positive definite matrix.

Definition at line 78 of file cg.C.

References int, ILSI_Param::iterations, ILSI_Param::maxIterations, ILSI_Param::maxResidual, and ILSI_Param::residual.

Referenced by main().

Here is the caller graph for this function:


Generated on Mon Sep 21 08:07:29 2020 for Charm++ by  doxygen 1.5.5