v0.14.0
Public Types | Public Attributes | List of all members
PhotonDiffusion::CommonData Struct Reference
Collaboration diagram for PhotonDiffusion::CommonData:
[legend]

Public Types

enum  VecElements { VALUES_INTEG = 0, LAST_ELEMENT }
 

Public Attributes

boost::shared_ptr< VectorDouble > approxVals
 
SmartPetscObj< Vec > petscVec
 

Detailed Description

Definition at line 102 of file photon_diffusion.cpp.

Member Enumeration Documentation

◆ VecElements

Enumerator
VALUES_INTEG 
LAST_ELEMENT 

Definition at line 106 of file photon_diffusion.cpp.

106  {
107  VALUES_INTEG = 0,
109  };

Member Data Documentation

◆ approxVals

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

Definition at line 103 of file photon_diffusion.cpp.

◆ petscVec

SmartPetscObj<Vec> PhotonDiffusion::CommonData::petscVec

Definition at line 104 of file photon_diffusion.cpp.


The documentation for this struct was generated from the following file:
PhotonDiffusion::CommonData::LAST_ELEMENT
@ LAST_ELEMENT
Definition: photon_diffusion.cpp:108
PhotonDiffusion::CommonData::VALUES_INTEG
@ VALUES_INTEG
Definition: photon_diffusion.cpp:107