struct PeriodicBoundaryFlag
Declaration
template <class T, class Enable = void>
struct PeriodicBoundaryFlag { /* full declaration omitted */ };Description
Used to access the property of a node whether it is at the periodic boundary.
Declared at: src/meshing/src/include/meshing/traits.hpp:273
Templates
- T
- Enable = void
Method Overview
- public static bool periodic_boundary_flag(const T &)
Methods
ΒΆstatic bool periodic_boundary_flag(const T&)
static bool periodic_boundary_flag(const T&)Declared at: src/meshing/src/include/meshing/traits.hpp:274
Parameters
- const T&