Panzer
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
disc-fe
src
evaluators
Panzer_DotProduct.cpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Panzer: A partial differential equation assembly
4
// engine for strongly coupled complex multiphysics systems
5
//
6
// Copyright 2011 NTESS and the Panzer contributors.
7
// SPDX-License-Identifier: BSD-3-Clause
8
// *****************************************************************************
9
// @HEADER
10
11
#include "PanzerDiscFE_config.hpp"
12
13
#ifdef HAVE_PANZER_EXPLICIT_INSTANTIATION
14
15
#include "
Panzer_ExplicitTemplateInstantiation.hpp
"
16
17
#include "
Panzer_DotProduct_decl.hpp
"
18
#include "
Panzer_DotProduct_impl.hpp
"
19
20
PANZER_INSTANTIATE_TEMPLATE_CLASS_TWO_T
(
panzer::DotProduct
)
21
22
#define DOT_PRODUCT_NON_MEMBER_CONST_ETI(EVALT,TRAITST) \
23
template \
24
Teuchos::RCP<panzer::DotProduct<EVALT,TRAITST> > \
25
panzer::buildEvaluator_DotProduct<EVALT,TRAITST>(const std::string &, \
26
const panzer::PointRule &, \
27
const std::string &, \
28
const std::string &, \
29
double multiplier, \
30
const std::string &);
31
32
DOT_PRODUCT_NON_MEMBER_CONST_ETI(
panzer::Traits::Residual
,
panzer::Traits
)
33
DOT_PRODUCT_NON_MEMBER_CONST_ETI(panzer::Traits::Tangent,panzer::Traits)
34
DOT_PRODUCT_NON_MEMBER_CONST_ETI(panzer::Traits::Jacobian,panzer::Traits)
35
#ifdef Panzer_BUILD_HESSIAN_SUPPORT
36
DOT_PRODUCT_NON_MEMBER_CONST_ETI(
panzer::Traits::Hessian
,
panzer::Traits
)
37
#endif
38
39
#endif
panzer::Traits::Residual
Definition:
Panzer_Traits.hpp:71
Panzer_DotProduct_impl.hpp
panzer::DotProduct
Evaluates dot product at a set of points.
Definition:
Panzer_DotProduct_decl.hpp:33
Panzer_DotProduct_decl.hpp
Panzer_ExplicitTemplateInstantiation.hpp
PANZER_INSTANTIATE_TEMPLATE_CLASS_TWO_T
#define PANZER_INSTANTIATE_TEMPLATE_CLASS_TWO_T(name)
Definition:
Panzer_ExplicitTemplateInstantiation.hpp:56
panzer::Traits::Hessian
Definition:
Panzer_Traits.hpp:76
panzer::Traits
Definition:
Panzer_Traits.hpp:48
Generated on Thu Nov 21 2024 09:17:08 for Panzer by
1.8.5