MFEM v4.10.0
Finite element discretization library
Loading...
Searching...
No Matches
mfem::DeviceGroupCommunicator::TypedBufferView< T > Struct Template Reference

#include <communication.hpp>

Collaboration diagram for mfem::DeviceGroupCommunicator::TypedBufferView< T >:
[legend]

Public Member Functions

 TypedBufferView (Array< buffer_max_type > &storage_)
 
 ~TypedBufferView ()
 

Public Attributes

Array< buffer_max_type > & storage
 
Array< T > view
 

Detailed Description

template<class T>
struct mfem::DeviceGroupCommunicator::TypedBufferView< T >

Definition at line 719 of file communication.hpp.

Constructor & Destructor Documentation

◆ TypedBufferView()

template<class T >
mfem::DeviceGroupCommunicator::TypedBufferView< T >::TypedBufferView ( Array< buffer_max_type > & storage_)
inline

Definition at line 723 of file communication.hpp.

◆ ~TypedBufferView()

Definition at line 729 of file communication.hpp.

Member Data Documentation

◆ storage

Definition at line 721 of file communication.hpp.

◆ view

template<class T >
Array<T> mfem::DeviceGroupCommunicator::TypedBufferView< T >::view

Definition at line 722 of file communication.hpp.


The documentation for this struct was generated from the following file: