MFEM v4.7.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 294 of file communication.hpp.
T * mfem::GroupCommunicator::OpData< T >::buf |
Definition at line 298 of file communication.hpp.
T* mfem::GroupCommunicator::OpData< T >::ldata |
Definition at line 298 of file communication.hpp.
const int* mfem::GroupCommunicator::OpData< T >::ldofs |
Definition at line 297 of file communication.hpp.
int mfem::GroupCommunicator::OpData< T >::nb |
Definition at line 296 of file communication.hpp.
int mfem::GroupCommunicator::OpData< T >::nldofs |
Definition at line 296 of file communication.hpp.