Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_BasisValues2.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
#include "
Panzer_Traits.hpp
"
13
#include "
Panzer_BasisValues2.hpp
"
14
#include "
Panzer_BasisValues2_impl.hpp
"
15
16
namespace
panzer
{
17
18
#define BASIS_VALUES_INSTANTIATION(SCALAR) \
19
template class BasisValues2<SCALAR>;
20
21
BASIS_VALUES_INSTANTIATION
(
panzer::Traits::RealType
)
22
23
// Disabled due to long build times on cuda (30+ minutes for this
24
// instantiaiton alone. If we need sensitivities wrt coordinates, we
25
// can reenable.
26
//BASIS_VALUES_INSTANTIATION(panzer::Traits::FadType)
27
28
#ifdef Panzer_BUILD_HESSIAN_SUPPORT
29
BASIS_VALUES_INSTANTIATION
(
panzer::Traits::HessianType
)
30
#endif
31
32
}
BASIS_VALUES_INSTANTIATION
#define BASIS_VALUES_INSTANTIATION(SCALAR)
Definition
Panzer_BasisValues2.cpp:18
Panzer_BasisValues2.hpp
Panzer_BasisValues2_impl.hpp
Panzer_Traits.hpp
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::Traits::RealType
double RealType
Definition
Panzer_Traits.hpp:55
panzer::Traits::HessianType
Sacado::Fad::DFad< Sacado::Fad::SFad< RealType, 1 > > HessianType
Definition
Panzer_Traits.hpp:65
Generated by
1.9.8