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

stores solutions for several k and one refinement level More...

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

Public Attributes

std::vector< Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > > mu_zero
 
std::vector< Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > > mu_one
 
std::vector< Eigen::Matrix< SCALAR, Eigen::Dynamic, 1 > > mu_two
 

Detailed Description

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

stores solutions for several k and one refinement level

Template Parameters
SCALARbase type of the solutions vectors

Definition at line 40 of file results_processing.h.

Member Data Documentation

◆ mu_one

template<typename SCALAR >
std::vector<Eigen::Matrix<SCALAR, Eigen::Dynamic, 1> > projects::hldo_sphere::post_processing::ProblemSolution< SCALAR >::mu_one

Definition at line 42 of file results_processing.h.

◆ mu_two

template<typename SCALAR >
std::vector<Eigen::Matrix<SCALAR, Eigen::Dynamic, 1> > projects::hldo_sphere::post_processing::ProblemSolution< SCALAR >::mu_two

Definition at line 43 of file results_processing.h.

◆ mu_zero

template<typename SCALAR >
std::vector<Eigen::Matrix<SCALAR, Eigen::Dynamic, 1> > projects::hldo_sphere::post_processing::ProblemSolution< SCALAR >::mu_zero

Definition at line 41 of file results_processing.h.


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