![]() |
PACMAN 0.1.0
Portable Algorithms for Coupling, Mapping, and Adaptive iNterpolation
|
Small helper to canonicalize face-node ordering for row comparison. More...
#include <ComputeLinearSkin.hpp>
Static Public Member Functions | |
| static KOKKOS_INLINE_FUNCTION void | permuteCol (T kokkos_sv) |
| In-place permutation used to keep equivalent faces sortable. | |
Small helper to canonicalize face-node ordering for row comparison.
| T | 1D Kokkos subview type containing one face row. |
| Dim | Spatial dimension controlling expected face arity. |
Definition at line 23 of file ComputeLinearSkin.hpp.
|
inlinestatic |
In-place permutation used to keep equivalent faces sortable.
| [in,out] | kokkos_sv | Face row subview to reorder. |
Definition at line 27 of file ComputeLinearSkin.hpp.
Referenced by PACMAN::FiniteElements::ComputeLinearSkin().