Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces
Panzer_Integrator_CurlBasisDotVector_impl.hpp File Reference
#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"
Include dependency graph for Panzer_Integrator_CurlBasisDotVector_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 panzer
 Computes $ Ma(x)b(x)\cdots\int s(x)\nabla\phi(x)\,dx $.
 

Variable Documentation

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 405 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.

double multiplier

The scalar multiplier out in front of the integral ( $ M $).

Definition at line 411 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.

A field representing the vector-valued function we're integrating ( $ \vec{s} $).

Definition at line 417 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.

PHX::MDField<const ScalarT, panzer::Cell, panzer::IP> fieldMult

One of the field multipliers ( $ a(x) $, $ b(x) $, etc.) out in front of the integral.

Definition at line 423 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.

A field to which we'll contribute, or in which we'll store, the result of computing this integral.

Definition at line 591 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 597 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.

The EvaluatorStyle of the parent Integrator_CurlBasisDotVector object.

Definition at line 603 of file Panzer_Integrator_CurlBasisDotVector_impl.hpp.