Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_GlobalDataAcceptor_DefaultImpl.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 
12 #include "Teuchos_Assert.hpp"
13 
14 namespace panzer {
15 
17  { }
18 
19 
21  { }
22 
24  { }
25 
27  {
28  m_gd = gd;
29  }
30 
32  {
34  return m_gd;
35  }
36 
37 }
bool nonnull(const boost::shared_ptr< T > &p)
void setGlobalData(const Teuchos::RCP< panzer::GlobalData > &gd)
#define TEUCHOS_ASSERT(assertion_test)
Teuchos::RCP< panzer::GlobalData > getGlobalData() const