v0.14.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
AtomTest::CommonData Struct Reference

Collected data use d by operator to evaluate errors for the test. More...

Collaboration diagram for AtomTest::CommonData:
[legend]

Public Attributes

boost::shared_ptr< VectorDouble > approxVals
 
SmartPetscObj< Vec > L2Vec
 
SmartPetscObj< Vec > resVec
 
boost::shared_ptr< MatrixDouble > invJacPtr
 
boost::shared_ptr< MatrixDouble > approxGradVals
 
boost::shared_ptr< MatrixDouble > approxHessianVals
 
boost::shared_ptr< MatrixDouble > divApproxVals
 

Detailed Description

Collected data use d by operator to evaluate errors for the test.

Definition at line 76 of file child_and_parent.cpp.

Member Data Documentation

◆ approxGradVals

boost::shared_ptr< MatrixDouble > AtomTest::CommonData::approxGradVals
Examples
dg_projection.cpp, and higher_derivatives.cpp.

Definition at line 77 of file dg_projection.cpp.

◆ approxHessianVals

boost::shared_ptr< MatrixDouble > AtomTest::CommonData::approxHessianVals
Examples
dg_projection.cpp, and higher_derivatives.cpp.

Definition at line 78 of file dg_projection.cpp.

◆ approxVals

boost::shared_ptr< VectorDouble > AtomTest::CommonData::approxVals

◆ divApproxVals

boost::shared_ptr<MatrixDouble> AtomTest::CommonData::divApproxVals
Examples
hanging_node_approx.cpp.

Definition at line 210 of file hanging_node_approx.cpp.

◆ invJacPtr

boost::shared_ptr< MatrixDouble > AtomTest::CommonData::invJacPtr
Examples
dg_projection.cpp, and higher_derivatives.cpp.

Definition at line 75 of file dg_projection.cpp.

◆ L2Vec

SmartPetscObj< Vec > AtomTest::CommonData::L2Vec

◆ resVec

SmartPetscObj< Vec > AtomTest::CommonData::resVec
Examples
child_and_parent.cpp, and hanging_node_approx.cpp.

Definition at line 79 of file child_and_parent.cpp.


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