Skip to content
Snippets Groups Projects
Commit 5b60279f authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

added some files.


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1207 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent b5a13c4a
No related branches found
No related tags found
No related merge requests found
......@@ -1060,7 +1060,7 @@ class Hmesh : public Hmesh_basic<N,NV> {
virtual ~Hmesh() ;
void storeGrid(const char*,
double , unsigned long int);
double , unsigned long int);
bool recoverGrid(const char*,
double&, unsigned long int&);
......
......@@ -59,6 +59,9 @@ namespace ALUGridSpace {
#include "parallel/gitter_pll_sti.cc"
#include "parallel/gitter_pll_mgb.cc"
#include "parallel/gitter_tetra_top_pll.cc"
#include "parallel/gitter_hexa_top_pll.cc"
#include "parallel/mpAccess.cc"
#include "parallel/mpAccess_MPI.cc"
......
......@@ -22,6 +22,8 @@ using namespace std;
#include "serial/gitter_sti.cc"
#include "serial/gitter_sti.cc"
#include "serial/ghost_elements.cc"
#include "serial/gitter_tetra_top.cc"
#include "serial/gitter_hexa_top.cc"
// file for duneinterface
#include "duneinterface/gitter_dune_impl.cc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment