Medusa
1.1
Coordinate Free Mehless Method implementation
DomainDiscretization.cpp
Go to the documentation of this file.
1
#include <
medusa/bits/domains/DomainDiscretization.hpp
>
2
#include <
medusa/bits/types/Vec.hpp
>
3
9
template
class
mm::DomainDiscretization<mm::Vec1d>
;
10
template
mm::Range<int>
mm::DomainDiscretization<mm::Vec1d>::reorderNodes
(
const
std::less<std::pair<mm::Vec1d, int>>& cmp);
// NOLINT
11
template
class
mm::DomainDiscretization<mm::Vec2d>
;
12
template
mm::Range<int>
mm::DomainDiscretization<mm::Vec2d>::reorderNodes
(
const
std::less<std::pair<mm::Vec2d, int>>& cmp);
// NOLINT
13
template
class
mm::DomainDiscretization<mm::Vec3d>
;
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 >
src
domains
DomainDiscretization.cpp
Generated on Thu Jun 9 2022 09:42:28 for Medusa by
1.8.17