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
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
}
panzer::Traits::RealType
double RealType
Definition:
Panzer_Traits.hpp:55
Panzer_Traits.hpp
BASIS_VALUES_INSTANTIATION
#define BASIS_VALUES_INSTANTIATION(SCALAR)
Definition:
Panzer_BasisValues2.cpp:18
Panzer_BasisValues2_impl.hpp
panzer::Traits::HessianType
Sacado::Fad::DFad< Sacado::Fad::SFad< RealType, 1 > > HessianType
Definition:
Panzer_Traits.hpp:65
Panzer_BasisValues2.hpp
Generated on Thu Nov 21 2024 09:17:07 for Panzer by
1.8.5