GooseFEM 1.4.1.dev2+g78f16df
|
Reorder to lowest possible index, in specific order. More...
#include <GooseFEM/Mesh.h>
Public Member Functions | |
template<class T > | |
Reorder (const std::initializer_list< T > args) | |
template<class T > | |
T | apply (const T &list) const |
Apply reordering to other set. | |
const array_type::tensor< size_t, 1 > & | index () const |
Get the list needed to reorder, e.g.: | |
Reorder to lowest possible index, in specific order.
For example for Reorder({iiu, iip})
after reordering:
iiu = xt::range<size_t>(nnu); iip = xt::range<size_t>(nnp) + nnu;
|
inline |