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

enum for element types now has name and added seperat types for the

periodic elements.


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@315 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent c9784015
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
namespace ALU3dGridSpace {
typedef enum {hexa,tetra} grid_t;
typedef enum ALUElementType { hexa , tetra , hexa_periodic , tetra_periodic } grid_t;
struct GatherScatter;
typedef GatherScatter GatherScatterType;
......
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