Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
quadrature_data.cpp
Go to the documentation of this file.
1 // Copyright (c) 2019-2024, Lawrence Livermore National Security, LLC and
2 // other Serac Project Developers. See the top-level LICENSE file for
3 // details.
4 //
5 // SPDX-License-Identifier: (BSD-3-Clause)
6 
14 
15 namespace serac {
16 
18 std::shared_ptr<QuadratureData<Nothing> > NoQData;
19 
21 std::shared_ptr<QuadratureData<Empty> > EmptyQData;
22 
23 } // namespace serac
Accelerator functionality.
Definition: serac.cpp:38
std::shared_ptr< QuadratureData< Empty > > EmptyQData
a single instance of a QuadratureData container of Emptys, since they are all interchangeable
std::shared_ptr< QuadratureData< Nothing > > NoQData
a single instance of a QuadratureData container of Nothings, since they are all interchangeable
This file contains the declaration of the structures that manage quadrature point data.