35 #ifndef FIELDUTILS_PROCESSSURFDISTANCE
36 #define FIELDUTILS_PROCESSSURFDISTANCE
63 virtual void Process(po::variables_map &vm);
67 return "ProcessSurfDistance";
72 return "Calculating distance to surface";
This processing module calculates the height of an element connected to a surface and adds it as an e...
virtual void Process(po::variables_map &vm)
Write mesh to output file.
virtual std::string GetModuleName()
virtual std::string GetModuleDescription()
static ModuleKey className
static std::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class.
ProcessSurfDistance(FieldSharedPtr f)
virtual ~ProcessSurfDistance()
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
std::shared_ptr< Field > FieldSharedPtr
std::pair< ModuleType, std::string > ModuleKey
The above copyright notice and this permission notice shall be included.