v0.14.0
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

Definition at line 77 of file dg_projection.cpp.

◆ approxHessianVals

boost::shared_ptr< MatrixDouble > AtomTest::CommonData::approxHessianVals

Definition at line 78 of file dg_projection.cpp.

◆ approxVals

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

Definition at line 77 of file child_and_parent.cpp.

◆ divApproxVals

boost::shared_ptr<MatrixDouble> AtomTest::CommonData::divApproxVals

Definition at line 210 of file hanging_node_approx.cpp.

◆ invJacPtr

boost::shared_ptr< MatrixDouble > AtomTest::CommonData::invJacPtr

Definition at line 75 of file dg_projection.cpp.

◆ L2Vec

SmartPetscObj< Vec > AtomTest::CommonData::L2Vec

Definition at line 78 of file child_and_parent.cpp.

◆ resVec

SmartPetscObj< Vec > AtomTest::CommonData::resVec

Definition at line 79 of file child_and_parent.cpp.


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