Last change
on this file since 14792 was 14792, checked in by Eric.Larour, 12 years ago |
CHG: finished implementation of IssmMpiVec and IssmMpiDenseMat objects. Still need to V&V.
CHG: moved the src/c/classes/matrix/Matrix and Vector objects to src/c/classes/toolkits.
CHG and NEW: offloaded the solver code to the toolkits. To do so, created a Solver class
in the src/c/classes/toolkits, which connects the toolkits to the abstract classes Matrix
and Vector.
|
File size:
228 bytes
|
Line | |
---|
1 | /* \file petscobjects.h
|
---|
2 | * \brief all includes for our own petsc object implementation
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _PETSC_OBJECTS_H_
|
---|
6 | #define _PETSC_OBJECTS_H_
|
---|
7 |
|
---|
8 | #include "./PetscMat.h"
|
---|
9 | #include "./PetscVec.h"
|
---|
10 | #include "./PetscSolver.h"
|
---|
11 |
|
---|
12 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.