Memosa-FVM
0.2
Main Page
Namespaces
Classes
Files
File List
File Members
Pyramid.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 _PYRAMID_H_
6
#define _PYRAMID_H_
7
8
#include "
Cell.h
"
9
10
struct
Pyramid
11
{
12
public
:
13
14
enum
{
numFaces
= 5};
15
enum
{
numNodes
= 5};
16
17
static
unsigned
int
faceNodeCount
[
numFaces
];
18
static
unsigned
int
faceNodes
[
numFaces
][4];
19
20
};
21
22
23
#endif
Pyramid::numFaces
Definition:
Pyramid.h:14
Pyramid
Definition:
Pyramid.h:10
Cell.h
Pyramid::numNodes
Definition:
Pyramid.h:15
Pyramid::faceNodes
static unsigned int faceNodes[numFaces][4]
Definition:
Pyramid.h:18
Pyramid::faceNodeCount
static unsigned int faceNodeCount[numFaces]
Definition:
Pyramid.h:17
src
modules
fvmbase
Pyramid.h
Generated on Tue Oct 28 2014 17:45:16 for Memosa-FVM by
1.8.6