Panzer
Version of the Day
Loading...
Searching...
No Matches
adapters-stk
src
Panzer_STK_CheckSidesetOverlap.hpp
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
#ifndef PANZER_CHECK_SIDESET_OVERLAP_HPP
12
#define PANZER_CHECK_SIDESET_OVERLAP_HPP
13
14
#include "PanzerAdaptersSTK_config.hpp"
15
#include "
Panzer_STK_Interface.hpp
"
16
#include <string>
17
18
namespace
panzer_stk
{
19
21
bool
checkSidesetOverlap
(
const
std::string& side_a_name,
22
const
std::string& side_b_name,
23
const
panzer_stk::STK_Interface
& mesh);
24
}
25
26
#endif
Panzer_STK_Interface.hpp
panzer_stk::STK_Interface
Definition
Panzer_STK_Interface.hpp:70
panzer_stk
Definition
Panzer_STK_GatherExodusCellDataToIP.hpp:26
panzer_stk::checkSidesetOverlap
bool checkSidesetOverlap(const std::string &side_a_name, const std::string &side_b_name, const panzer_stk::STK_Interface &mesh)
Returns true if the sidesets overlap.
Definition
Panzer_STK_CheckSidesetOverlap.cpp:18
Generated by
1.9.8