Files
ResInsight/ApplicationCode/GeoMech/GeoMechDataModel/RigResultPositionEnum.h
Jacob Støren 27dcd80bfd Creating a fem-results caching system
Needed specifically for statistics
Work in progress brakes build
2015-05-07 10:12:37 +02:00

8 lines
96 B
C

#pragma once
enum RigFemResultPosEnum {
NODAL,
ELEMENT_NODAL,
INTEGRATION_POINT
};