Overture  Version 25
MappingGeometry.h
Go to the documentation of this file.
1 #ifndef MAPPING_GEOMETRY_H
2 #define MAPPING_GEOMETRY_H
3 
4 #include "Mapping.h"
5 
6 
7 
9 {
10 public:
11 
12  static void getGeometricProperties( Mapping & map, RealArray & rvalues, IntegerArray & ivalues );
13 
14  static void computeVolumeIntegrals(UnstructuredMapping & uns, RealArray & values);
15 
16 };
17 
18 
19 #endif