Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
Panzer_SetupPartitionedWorksetUtilities.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_SETUP_PARTITIONED_WORKSET_UTILITIES_HPP
12
#define PANZER_SETUP_PARTITIONED_WORKSET_UTILITIES_HPP
13
14
#include "
Panzer_Workset.hpp
"
15
16
#include "Teuchos_RCP.hpp"
17
18
#include <vector>
19
20
namespace
panzer
21
{
22
class
WorksetDescriptor;
23
struct
WorksetNeeds;
24
struct
LocalMeshInfo;
25
}
26
27
namespace
panzer
28
{
29
38
Teuchos::RCP<std::vector<panzer::Workset> >
39
buildPartitionedWorksets
(
const
panzer::LocalMeshInfo
& mesh_info,
40
const
panzer::WorksetDescriptor
& description,
41
const
Teuchos::RCP<const OrientationsInterface> & orientations = Teuchos::null);
42
43
}
44
45
#endif
Panzer_Workset.hpp
panzer::WorksetDescriptor
Definition
Panzer_WorksetDescriptor.hpp:50
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::buildPartitionedWorksets
Teuchos::RCP< std::vector< panzer::Workset > > buildPartitionedWorksets(const panzer::LocalMeshInfo &mesh_info, const panzer::WorksetDescriptor &description, const Teuchos::RCP< const OrientationsInterface > &orientations)
Definition
Panzer_SetupPartitionedWorksetUtilities.cpp:40
panzer::LocalMeshInfo
Definition
Panzer_LocalMeshInfo.hpp:89
Generated by
1.9.8