|
Panzer Version of the Day
|
Used to define options for lazy evaluation of BasisValues and IntegrationValues objects. More...
#include <Panzer_Workset.hpp>
Public Member Functions | |
| WorksetOptions () | |
| Default constructor. | |
Public Attributes | |
| bool | side_assembly_ |
| Build integration values for sides. | |
| bool | align_side_points_ |
| If workset side integration values must align with another workset, there must be a unique order assigned. | |
| Teuchos::RCP< const OrientationsInterface > | orientations_ |
| Must be set to apply orientations - if it is set, then orientations will be applied to basis values. | |
Used to define options for lazy evaluation of BasisValues and IntegrationValues objects.
Definition at line 45 of file Panzer_Workset.hpp.
|
inline |
Default constructor.
Definition at line 49 of file Panzer_Workset.hpp.
| bool panzer::WorksetOptions::side_assembly_ |
Build integration values for sides.
Definition at line 57 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 60 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 63 of file Panzer_Workset.hpp.