XC Open source finite element analysis program
Public Member Functions | Protected Attributes | List of all members
XC::ArrayCommMetaData Class Reference

Data about the position, size, ... of the array to transmit. More...

#include <ArrayCommMetaData.h>

Inheritance diagram for XC::ArrayCommMetaData:
XC::PtrCommMetaData XC::CommMetaData XC::MatrixCommMetaData XC::TensorCommMetaData

Public Member Functions

 ArrayCommMetaData (const int &, const int &, const size_t &)
 Constructor to init the list.
 
const std::size_t & getPosSize (void) const
 Return the index of the array size.
 
const std::size_t & getSize (void) const
 Returns the array size.
 

Protected Attributes

std::size_t posSz
 Index of the array size.
 

Detailed Description

Data about the position, size, ... of the array to transmit.


The documentation for this class was generated from the following files: