Memosa-FVM  0.2
CellMark_impl.h
Go to the documentation of this file.
1 // This file os part of FVM
2 // Copyright (c) 2012 FVM Authors
3 // See LICENSE file for terms.
4 
5 #ifndef _CELLMARK_IMPL_H_
6 #define _CELLMARK_IMPL_H_
7 
8 //this serves as a main function to mark the cells
9 
10 #include "Field.h"
11 #include "Mesh.h"
12 #include "StorageSite.h"
13 #include "GeomFields.h"
14 #include "Vector.h"
15 #include "NumType.h"
16 #include "Octree.h"
17 #include "CellMark.h"
18 #include "Array.h"
19 #include "MPM_Particles.h"
20 
21 
22 
23 void CellMark_Impl(Mesh& mesh, const GeomFields& geomFields, const string fileBase,
24  Octree& O, MPM& solid, const int option);
25 
26 
27 
28 #endif
void CellMark_Impl(Mesh &mesh, const GeomFields &geomFields, const string fileBase, Octree &O, MPM &solid, const int option)
Definition: Mesh.h:49
Definition: Octree.h:22