66 #include "solution/system_of_eqn/linearSOE/FactoredSOEBase.h"    67 #include "solution/system_of_eqn/linearSOE/DistributedLinSOE.h"    70 #include "petsc/petscksp.h"    74 #if (PETSC_VERSION_MAJOR == 3) && (PETSC_VERSION_MINOR < 2)    75 typedef PetscTruth PetscBool;
    95     void InvokePetscDestructors(
void);
    98       { 
return theChannels; }
   107     int setSize(
Graph &theGraph);
   109     int addA(
const Matrix &, 
const ID &, 
double fact = 1.0);
 ??. 
Definition: ShadowPetscSOE.h:79
 
Base class for distributed systems of equations. 
Definition: DistributedLinSOE.h:46
 
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
 
System of equations base class. 
Definition: SystemOfEqn.h:84
 
PETSC based system of equations. 
Definition: PetscSOE.h:84
 
~PetscSOE(void)
Destructor. 
Definition: PetscSOE.cpp:90
 
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
 
virtual bool setSolver(PetscSolver *)
Asigna el solver que se empleará para resolver el sistema. 
Definition: PetscSOE.cpp:299
 
??. 
Definition: ActorPetscSOE.h:81
 
Data about the postion, size,... of the object to transmit. 
Definition: ChannelQueue.h:41
 
Communication parameters between processes. 
Definition: CommParameters.h:65
 
================================================================================ 
Definition: ContinuaReprComponent.h:34
 
Base class for factored systems of equations. 
Definition: FactoredSOEBase.h:40