LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Public Attributes | List of all members
projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR > Struct Template Reference

stores solutions and setupinformation for a list of refinement levels and k values More...

#include </home/nico/bildung/SemVI/thesis/lehrfempp/projects/hldo_sphere/post_processing/results_processing.h>

Public Attributes

std::vector< unsigned > levels
 
std::vector< double > k
 
std::vector< std::shared_ptr< const lf::mesh::Mesh > > mesh
 
std::vector< ProblemSolution< SCALAR > > solutions
 

Detailed Description

template<typename SCALAR>
struct projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR >

stores solutions and setupinformation for a list of refinement levels and k values

Template Parameters
SCALARbase type of the solutions vectors

Definition at line 53 of file results_processing.h.

Member Data Documentation

◆ k

template<typename SCALAR >
std::vector<double> projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR >::k

◆ levels

template<typename SCALAR >
std::vector<unsigned> projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR >::levels

◆ mesh

template<typename SCALAR >
std::vector<std::shared_ptr<const lf::mesh::Mesh> > projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR >::mesh

◆ solutions

template<typename SCALAR >
std::vector<ProblemSolution<SCALAR> > projects::hldo_sphere::post_processing::ProblemSolutionWrapper< SCALAR >::solutions

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