GetFEM  5.4.2
gmm_solver_constrained_cg.h File Reference

Constrained conjugate gradient. More...

#include "gmm_kernel.h"
#include "gmm_iter.h"

Go to the source code of this file.

Functions

template<typename Matrix , typename CMatrix , typename Matps , typename VectorX , typename VectorB , typename VectorF , typename Preconditioner >
void gmm::constrained_cg (const Matrix &A, const CMatrix &C, VectorX &x, const VectorB &b, const VectorF &f, const Matps &PS, const Preconditioner &M, iteration &iter)
 Compute the minimum of $ 1/2((Ax).x) - bx $ under the contraint $ Cx <= f $.
 

Detailed Description

Constrained conjugate gradient.

Author
Yves Renard Yves..nosp@m.Rena.nosp@m.rd@in.nosp@m.sa-l.nosp@m.yon.f.nosp@m.r
Date
October 13, 2002.

Definition in file gmm_solver_constrained_cg.h.