Panzer Version of the Day
Loading...
Searching...
No Matches
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"
15
16namespace panzer {
17
18#define BASIS_VALUES_INSTANTIATION(SCALAR) \
19template class BasisValues2<SCALAR>;
20
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
30#endif
31
32}
#define BASIS_VALUES_INSTANTIATION(SCALAR)
Sacado::Fad::DFad< Sacado::Fad::SFad< RealType, 1 > > HessianType