|
MFEM
v4.1.0
Finite element discretization library
|
Data structure on which we define reduce operations. 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 192 of file communication.hpp.
| T * mfem::GroupCommunicator::OpData< T >::buf |
Definition at line 196 of file communication.hpp.
| T* mfem::GroupCommunicator::OpData< T >::ldata |
Definition at line 196 of file communication.hpp.
| const int* mfem::GroupCommunicator::OpData< T >::ldofs |
Definition at line 195 of file communication.hpp.
| int mfem::GroupCommunicator::OpData< T >::nb |
Definition at line 194 of file communication.hpp.
| int mfem::GroupCommunicator::OpData< T >::nldofs |
Definition at line 194 of file communication.hpp.
1.8.5