SolutionSampleEntry< dim, NumberType > Struct Template Reference#

DiFfRG: DiFfRG::SolutionSampleEntry< dim, NumberType > Struct Template Reference
DiFfRG
Discretization Framework for functional Renormalization Group flows
DiFfRG::SolutionSampleEntry< dim, NumberType > Struct Template Reference

One cell's worth of a SolutionSample. More...

#include <solution_sample.hh>

Public Attributes

dealii::Point< dim > point
 Cell centre.
 
double cell_width
 Smallest face-normal width of the cell, i.e. the local grid spacing.
 
std::vector< NumberType > values
 Solution values at point, one per component.
 
std::vector< dealii::Tensor< 1, dim, NumberType > > gradients
 Solution gradients at point, one per component.
 

Detailed Description

template<int dim, typename NumberType>
struct DiFfRG::SolutionSampleEntry< dim, NumberType >

One cell's worth of a SolutionSample.

Member Data Documentation

◆ cell_width

template<int dim, typename NumberType >
double DiFfRG::SolutionSampleEntry< dim, NumberType >::cell_width

Smallest face-normal width of the cell, i.e. the local grid spacing.

◆ gradients

template<int dim, typename NumberType >
std::vector<dealii::Tensor<1, dim, NumberType> > DiFfRG::SolutionSampleEntry< dim, NumberType >::gradients

Solution gradients at point, one per component.

◆ point

template<int dim, typename NumberType >
dealii::Point<dim> DiFfRG::SolutionSampleEntry< dim, NumberType >::point

Cell centre.

◆ values

template<int dim, typename NumberType >
std::vector<NumberType> DiFfRG::SolutionSampleEntry< dim, NumberType >::values

Solution values at point, one per component.


The documentation for this struct was generated from the following file:
  • /home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/discretization/common/solution_sample.hh