ResInsight/ApplicationCode/GeoMech/GeoMechDataModel/RigFemResultPosEnum.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
108 B
C

#pragma once
enum RigFemResultPosEnum {
RIG_NODAL,
RIG_ELEMENT_NODAL,
RIG_INTEGRATION_POINT
};