pi-DoMUS: Parallel Deal.II MUltiphysics Solver
pidomus::CopyData Struct Reference

#include <copy_data.h>

Public Member Functions

 CopyData (const unsigned int &dofs_per_cell, const unsigned int &n_matrices)
 
 CopyData (const CopyData &data)
 

Public Attributes

std::vector< types::global_dof_indexlocal_dof_indices
 
std::vector< double > local_residual
 
std::vector< FullMatrix< double > > local_matrices
 

Constructor & Destructor Documentation

pidomus::CopyData::CopyData ( const unsigned int &  dofs_per_cell,
const unsigned int &  n_matrices 
)
inline
pidomus::CopyData::CopyData ( const CopyData data)
inline

Member Data Documentation

std::vector<types::global_dof_index> pidomus::CopyData::local_dof_indices
std::vector<FullMatrix<double> > pidomus::CopyData::local_matrices
std::vector<double> pidomus::CopyData::local_residual

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