24#ifndef _GEMA_PLUGIN_GEMA_PCR_MORTONNODERENUMBERING_H_
25#define _GEMA_PLUGIN_GEMA_PCR_MORTONNODERENUMBERING_H_
32template <
class IntVector>
37 using GmpNodeRenumberingMethod::GmpNodeRenumberingMethod;
Implements the renumbering agorithm based on the Morton space-filling curve, a.k.a Z-curve....
Definition gmpMortonNodeRenumbering.h:34
virtual bool renumber(GmValueAccessor *ac, IntVector &sortedToOriginal, const GmLogCategory &logger) const
The node renumbering function. It gets as input parameter an accessor to the mesh coordinates....
Definition gmpMortonNodeRenumbering.cpp:53
virtual bool checkOptions(const GmLogCategory &logger)
Virtual method responsible for validating the parameters supplied on the class constructor....
Definition gmpMortonNodeRenumbering.cpp:35
virtual void printParameters(const GmLogCategory &logger) const
Virtual method responsible for printing the renumbering method description.
Definition gmpMortonNodeRenumbering.cpp:44
The abstract interface for a node renumbering method implementation. Template parameters is the type ...
Definition gmpGemaCR.h:99
Declaration of the GmpGemaCR class & friends.