Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Public Attributes | List of all members
DataOutStack< dim, spacedim, DoFHandlerType >::DataVector Struct Reference

Public Member Functions

std::size_t memory_consumption () const
 

Public Attributes

Vector< double > data
 
std::vector< std::string > names
 

Detailed Description

template<int dim, int spacedim = dim, typename DoFHandlerType = DoFHandler<dim, spacedim>>
struct DataOutStack< dim, spacedim, DoFHandlerType >::DataVector

Structure holding data vectors (cell and dof data) for the present parameter value.

Definition at line 326 of file data_out_stack.h.

Member Function Documentation

template<int dim, int spacedim, typename DoFHandlerType >
std::size_t DataOutStack< dim, spacedim, DoFHandlerType >::DataVector::memory_consumption ( ) const

Determine an estimate for the memory consumption (in bytes) of this object.

Definition at line 42 of file data_out_stack.cc.

Member Data Documentation

template<int dim, int spacedim = dim, typename DoFHandlerType = DoFHandler<dim, spacedim>>
Vector<double> DataOutStack< dim, spacedim, DoFHandlerType >::DataVector::data

Data vector.

Definition at line 331 of file data_out_stack.h.

template<int dim, int spacedim = dim, typename DoFHandlerType = DoFHandler<dim, spacedim>>
std::vector<std::string> DataOutStack< dim, spacedim, DoFHandlerType >::DataVector::names

Names of the different components within each such data set.

Definition at line 336 of file data_out_stack.h.


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