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

new fixedvector type and conflicts removed.

[[Imported from SVN: r882]]
parent d647487f
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,13 @@
// includes for bsgrid_src
#include "systemincludes.hh"
// all methods and classes of the sbgrid are defined in the namespace
// BernhardSchuppGrid
#define BSSPACE BernhardSchuppGrid ::
//#define BSSPACE
#define _BSGRID_USE_INDEX_
// define parameter type for normal method
#define BSGridVecType Dune::FieldVector<double, 3>
// if this is defined in bsgrid some methods are added which we only need
// for the Dune interface
#define _DUNE_USES_BSGRID_
#include <dune/grid/common/indexstack.hh>
......@@ -24,6 +24,9 @@ namespace BernhardSchuppGrid {
enum { lengthOfFiniteStack = 10000 };
typedef Dune::IndexStack<int,lengthOfFiniteStack> IndexManagerType;
// type for outer normal of intersection iterator
typedef Dune::Vec<double,3> BSGridVecType;
typedef enum {hexa,tetra} grid_t;
// bsgrid original sources
......
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