Reference documentation for deal.II version GIT relicensing-214-g6e74dec06b 2024-03-27 18:10:01+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DataOutStack< dim, spacedim >::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>
struct DataOutStack< dim, spacedim >::DataVector

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

Definition at line 338 of file data_out_stack.h.

Member Function Documentation

◆ memory_consumption()

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

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

Definition at line 40 of file data_out_stack.cc.

Member Data Documentation

◆ data

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

Data vector.

Definition at line 343 of file data_out_stack.h.

◆ names

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

Names of the different components within each such data set.

Definition at line 348 of file data_out_stack.h.


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