Trilinos based (stochastic) FEM solvers
baseClassFEM.hpp
Go to the documentation of this file.
1 /*
2 Brian Staber (brian.staber@gmail.com)
3 */
4 
5 #ifndef BASECLASSFEM_HPP
6 #define BASECLASSFEM_HPP
7 #include "meshpp.hpp"
9 {
10 public:
11  baseClassFEM();
12  ~baseClassFEM();
13 
15  Epetra_Comm * Comm;
16 
17  Epetra_Map * OverlapMap;
18  Epetra_Map * StandardMap;
19  Epetra_Import * ImportToOverlapMap;
20  Epetra_FECrsGraph * FEGraph;
21 };
22 #endif
Epetra_Comm * Comm
Epetra_FECrsGraph * FEGraph
Definition: meshpp.hpp:49
Epetra_Import * ImportToOverlapMap
Epetra_Map * StandardMap
Epetra_Map * OverlapMap