| 
    Panzer
    Version of the Day
    
   | 
 
#include "Intrepid2_FunctionSpaceTools.hpp"#include "Panzer_BasisIRLayout.hpp"#include "Panzer_CommonArrayFactories.hpp"#include "Panzer_IntegrationRule.hpp"#include "Panzer_Workset_Utilities.hpp"#include "Phalanx_KokkosDeviceTypes.hpp"

Go to the source code of this file.
Namespaces | |
| panzer | |
Computes  .  | |
| PHX::MDField<ScalarT, panzer::Cell, panzer::IP> result | 
A field that will be used to build up the result of the integral we're performing.
A field representing the result of this integration.
Definition at line 404 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| double multiplier | 
The scalar multiplier out in front of the integral ( 
). 
Definition at line 410 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| PHX::MDField<const ScalarT, panzer::Cell, panzer::IP, panzer::Dim> vectorField | 
A field representing the vector-valued function we're integrating ( 
). 
Definition at line 416 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| PHX::MDField<const ScalarT, panzer::Cell, panzer::IP> fieldMult | 
One of the field multipliers ( 
, 
, etc.) out in front of the integral. 
Definition at line 422 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| PHX::MDField<ScalarT, panzer::Cell, panzer::BASIS> field | 
A field to which we'll contribute, or in which we'll store, the result of computing this integral.
Definition at line 590 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| PHX::MDField<double, panzer::Cell, panzer::BASIS, panzer::IP> weightedCurlBasis | 
The vector basis information necessary for integration.
Definition at line 596 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
| panzer::EvaluatorStyle evalStyle | 
The EvaluatorStyle of the parent Integrator_CurlBasisDotVector object. 
Definition at line 602 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
 1.8.5