Struct GhostVecLocalRaw

Struct Documentation

struct GhostVecLocalRaw

Simple data structure to keep track of a ghost vector’s localized views.

Public Functions

inline double operator[](int index) const

Returns a copy of the value at the specified index.

inline double &operator()(int index) const

Returns a reference of the value at the specified index.

Public Members

Vec x_localized = nullptr
double *x_localized_raw = nullptr