LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
|
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 |
stores solutions for several k and one refinement level
SCALAR | base type of the solutions vectors |
Definition at line 40 of file results_processing.h.
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.
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.
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.