v0.14.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
KspCtx.hpp File Reference

Context for PETSc KSP, i.e. nonlinear solver. More...

Go to the source code of this file.

Classes

struct  MoFEM::KspCtx
 Interface for linear (KSP) solver. More...
 

Namespaces

namespace  MoFEM
 implementation of Data Operators for Forces and Sources
 

Functions

PetscErrorCode MoFEM::KspRhs (KSP ksp, Vec f, void *ctx)
 Run over elements in the lists.
 
PetscErrorCode MoFEM::KspMat (KSP ksp, Mat A, Mat B, void *ctx)
 Run over elements in the list.
 

Detailed Description

Context for PETSc KSP, i.e. nonlinear solver.

Definition in file KspCtx.hpp.