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 373 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
double multiplier |
The scalar multiplier out in front of the integral ( ).
Definition at line 379 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 385 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 391 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 559 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
PHX::MDField<const double, panzer::Cell, panzer::BASIS, panzer::IP> weightedCurlBasis |
The vector basis information necessary for integration.
Definition at line 565 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.
panzer::EvaluatorStyle evalStyle |
The EvaluatorStyle
of the parent Integrator_CurlBasisDotVector
object.
Definition at line 571 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.