Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
panzer::WorksetOptions Class Reference

Used to define options for lazy evaluation of BasisValues and IntegrationValues objects. More...

#include <Panzer_Workset.hpp>

Public Member Functions

 WorksetOptions ()
 Default constructor. More...
 

Public Attributes

bool side_assembly_
 Build integration values for sides. More...
 
bool align_side_points_
 If workset side integration values must align with another workset, there must be a unique order assigned. More...
 
Teuchos::RCP< const
OrientationsInterface
orientations_
 Must be set to apply orientations - if it is set, then orientations will be applied to basis values. More...
 

Detailed Description

Used to define options for lazy evaluation of BasisValues and IntegrationValues objects.

Definition at line 78 of file Panzer_Workset.hpp.

Constructor & Destructor Documentation

panzer::WorksetOptions::WorksetOptions ( )
inline

Default constructor.

Definition at line 82 of file Panzer_Workset.hpp.

Member Data Documentation

bool panzer::WorksetOptions::side_assembly_

Build integration values for sides.

Definition at line 90 of file Panzer_Workset.hpp.

bool panzer::WorksetOptions::align_side_points_

If workset side integration values must align with another workset, there must be a unique order assigned.

Definition at line 93 of file Panzer_Workset.hpp.

Teuchos::RCP<const OrientationsInterface> panzer::WorksetOptions::orientations_

Must be set to apply orientations - if it is set, then orientations will be applied to basis values.

Definition at line 96 of file Panzer_Workset.hpp.


The documentation for this class was generated from the following file: