Panzer
Version of the Day
Loading...
Searching...
No Matches
dof-mgr
src
Panzer_FieldType.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_FieldType_hpp__
12
#define __Panzer_FieldType_hpp__
13
14
namespace
panzer
{
15
17
enum class
FieldType
18
{
19
CG
,
20
DG
,
21
};
22
23
}
24
25
#endif
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::FieldType
FieldType
The type of discretization to use for a field pattern.
Definition
Panzer_FieldType.hpp:18
panzer::FieldType::CG
@ CG
panzer::FieldType::DG
@ DG
Continuous Galerkin Formulation.
Generated by
1.9.8