Parameters class encapsulating the data necessary to instantiate a communication list. More...
#include <CommunicationList.h>

Public Types | |
| typedef std::shared_ptr< ParameterBase > | shared_ptr |
Public Member Functions | |
| CommunicationListParameters () | |
| Default constructor. | |
| CommunicationListParameters (const CommunicationListParameters &) | |
| Copy constructor. | |
| CommunicationListParameters & | operator= (const CommunicationListParameters &)=delete |
| Assignment operator. | |
Public Attributes | |
| AMP_MPI | d_comm |
| The communicator over which the communication list is computed. | |
| std::shared_ptr< AMP::Database > | d_db |
| size_t | d_localsize |
| The number of local entities in the vector. | |
| std::string | d_name |
| std::vector< size_t > | d_remote_DOFs |
| The remote DOFs that we need to receive. | |
Parameters class encapsulating the data necessary to instantiate a communication list.
Definition at line 21 of file CommunicationList.h.
|
inherited |
Definition at line 18 of file ParameterBase.h.
| AMP::LinearAlgebra::CommunicationListParameters::CommunicationListParameters | ( | ) |
Default constructor.
| AMP::LinearAlgebra::CommunicationListParameters::CommunicationListParameters | ( | const CommunicationListParameters & | ) |
Copy constructor.
|
delete |
Assignment operator.
| AMP_MPI AMP::LinearAlgebra::CommunicationListParameters::d_comm |
The communicator over which the communication list is computed.
Definition at line 25 of file CommunicationList.h.
|
inherited |
Definition at line 27 of file ParameterBase.h.
| size_t AMP::LinearAlgebra::CommunicationListParameters::d_localsize |
The number of local entities in the vector.
Definition at line 28 of file CommunicationList.h.
|
inherited |
Definition at line 25 of file ParameterBase.h.
| std::vector<size_t> AMP::LinearAlgebra::CommunicationListParameters::d_remote_DOFs |
The remote DOFs that we need to receive.
Definition at line 31 of file CommunicationList.h.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:42. Comments on this page |