Panzer
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
disc-fe
src
evaluators
Panzer_Evaluator_WithBaseImpl.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_EVALUATOR_WITHBASEIMPL_HPP
12
#define PANZER_EVALUATOR_WITHBASEIMPL_HPP
13
14
#include "Phalanx_Evaluator_WithBaseImpl.hpp"
15
#include "
Panzer_Evaluator_DomainInterface.hpp
"
16
#include "
Panzer_Workset.hpp
"
17
18
namespace
panzer {
19
21
template
<
typename
TRAITS>
22
class
EvaluatorWithBaseImpl
:
23
public
PHX::EvaluatorWithBaseImpl
<TRAITS>,
24
public
panzer::DomainEvaluator
{
25
26
public
:
28
void
setDetailsIndex
(
const
int
di) {
wda
.
setDetailsIndex
(di); }
29
30
protected
:
31
WorksetDetailsAccessor
wda
;
32
};
33
34
}
35
36
#endif
Panzer_Evaluator_DomainInterface.hpp
Panzer_Workset.hpp
panzer::WorksetDetailsAccessor::setDetailsIndex
void setDetailsIndex(const int di)
An evaluator builder sets the details index.
Definition:
Panzer_Workset.hpp:385
panzer::EvaluatorWithBaseImpl
Wrapper to PHX::EvaluatorWithBaseImpl that implements Panzer-specific helpers.
Definition:
Panzer_Evaluator_WithBaseImpl.hpp:22
panzer::DomainEvaluator
Mix-in interface to support cell "domains" in panzer.
Definition:
Panzer_Evaluator_DomainInterface.hpp:22
panzer::WorksetDetailsAccessor
Definition:
Panzer_Workset.hpp:380
panzer::EvaluatorWithBaseImpl::wda
WorksetDetailsAccessor wda
Definition:
Panzer_Evaluator_WithBaseImpl.hpp:31
PHX::EvaluatorWithBaseImpl
panzer::EvaluatorWithBaseImpl::setDetailsIndex
void setDetailsIndex(const int di)
An evaluator builder sets the details index.
Definition:
Panzer_Evaluator_WithBaseImpl.hpp:28
Generated on Thu Nov 21 2024 09:17:08 for Panzer by
1.8.5