63 #ifndef ShadowPetscSOE_h 64 #define ShadowPetscSOE_h 66 #include <solution/system_of_eqn/linearSOE/LinearSOE.h> 67 #include <solution/system_of_eqn/linearSOE/petsc/PetscSOE.h> 70 #include <solution/system_of_eqn/linearSOE/petsc/petsc.h> 100 int getNumEqn(
void)
const;
101 int setSize(
Graph &theGraph);
103 int addA(
const Matrix &,
const ID &,
double fact = 1.0);
104 int addB(
const Vector &,
const ID &,
const double &fact= 1.0);
105 int setB(
const Vector &,
const double &fact= 1.0);
112 double normRHS(
void);
114 void setX(
int loc,
double value);
121 inline SystemOfEqn *ShadowPetscSOE::getCopy(
void)
const ??.
Definition: ShadowPetscSOE.h:79
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
PETSC library based SOE solver.
Definition: PetscSolver.h:74
int solve(void)
Resuelve el system of equations.
Definition: ShadowPetscSOE.cpp:167
System of equations base class.
Definition: SystemOfEqn.h:84
PETSC based system of equations.
Definition: PetscSOE.h:84
Linea system of equations. This is the class definition for LinearSOE. LinearSOE is an abstract base ...
Definition: LinearSOE.h:86
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34