MFEM
v4.2.0
Finite element discretization library
|
Data structure on which we define reduce operations. The data is associated with (and the operation is performed on) one group at a time. More...
#include <communication.hpp>
Public Attributes | |
int | nldofs |
int | nb |
const int * | ldofs |
T * | ldata |
T * | buf |
Data structure on which we define reduce operations. The data is associated with (and the operation is performed on) one group at a time.
Definition at line 213 of file communication.hpp.
T * mfem::GroupCommunicator::OpData< T >::buf |
Definition at line 217 of file communication.hpp.
T* mfem::GroupCommunicator::OpData< T >::ldata |
Definition at line 217 of file communication.hpp.
const int* mfem::GroupCommunicator::OpData< T >::ldofs |
Definition at line 216 of file communication.hpp.
int mfem::GroupCommunicator::OpData< T >::nb |
Definition at line 215 of file communication.hpp.
int mfem::GroupCommunicator::OpData< T >::nldofs |
Definition at line 215 of file communication.hpp.