Template Numerical Library version\ main:bb09b17
|
Public Types | |
using | GlobalIndexArray = typename Mesh::GlobalIndexArray |
Public Member Functions | |
GlobalIndexStorage (const GlobalIndexStorage &)=default | |
GlobalIndexStorage (GlobalIndexStorage &&) noexcept=default | |
GlobalIndexArray & | getGlobalIndices () |
const GlobalIndexArray & | getGlobalIndices () const |
GlobalIndexStorage & | operator= (const GlobalIndexStorage &)=default |
template<typename Mesh_ > | |
GlobalIndexStorage & | operator= (const Mesh_ &mesh) |
GlobalIndexStorage & | operator= (GlobalIndexStorage &&) noexcept=default |
bool | operator== (const GlobalIndexStorage &other) const |
Protected Attributes | |
GlobalIndexArray | globalIndices |