Medusa  1.1
Coordinate Free Mehless Method implementation
DomainDiscretization.cpp
Go to the documentation of this file.
3 
10 template mm::Range<int> mm::DomainDiscretization<mm::Vec1d>::reorderNodes(const std::less<std::pair<mm::Vec1d, int>>& cmp); // NOLINT
12 template mm::Range<int> mm::DomainDiscretization<mm::Vec2d>::reorderNodes(const std::less<std::pair<mm::Vec2d, int>>& cmp); // NOLINT
14 template mm::Range<int> mm::DomainDiscretization<mm::Vec3d>::reorderNodes(const std::less<std::pair<mm::Vec3d, int>>& cmp); // NOLINT
mm::DomainDiscretization
Class representing domain discretization along with an associated shape.
Definition: DomainDiscretization_fwd.hpp:46
DomainDiscretization.hpp
mm::DomainDiscretization::reorderNodes
Range< int > reorderNodes(const compare_t &cmp=compare_t())
Reorders nodes according to the compare function.
Definition: DomainDiscretization.hpp:441
Vec.hpp
mm::Range< int >