LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Public Attributes | List of all members
ProblemSolution Struct Reference

stores information to recover convergence properties More...

Public Attributes

std::shared_ptr< const lf::mesh::Meshmesh
 
std::shared_ptr< const lf::assemble::DofHandlerdofh
 
Eigen::SparseMatrix< double > A
 
Eigen::SparseMatrix< double > A_modified
 
Eigen::VectorXd rhs
 
Eigen::VectorXd solution
 
Eigen::VectorXd solution_modified
 

Detailed Description

stores information to recover convergence properties

Definition at line 50 of file convergence.cc.

Member Data Documentation

◆ A

Eigen::SparseMatrix< double > ProblemSolution::A

Definition at line 53 of file convergence.cc.

◆ A_modified

Eigen::SparseMatrix< double > ProblemSolution::A_modified

Definition at line 54 of file convergence.cc.

◆ dofh

std::shared_ptr< const lf::assemble::DofHandler > ProblemSolution::dofh

Definition at line 52 of file convergence.cc.

◆ mesh

std::shared_ptr< const lf::mesh::Mesh > ProblemSolution::mesh

Definition at line 51 of file convergence.cc.

◆ rhs

Eigen::VectorXd ProblemSolution::rhs

Definition at line 55 of file convergence.cc.

◆ solution

Eigen::VectorXd ProblemSolution::solution

Definition at line 56 of file convergence.cc.

◆ solution_modified

Eigen::VectorXd ProblemSolution::solution_modified

Definition at line 57 of file convergence.cc.


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