#include <Panzer_BasisDescriptor.hpp>
Definition at line 53 of file Panzer_BasisDescriptor.hpp.
◆ BasisDescriptor() [1/2]
panzer::BasisDescriptor::BasisDescriptor |
( |
| ) |
|
◆ ~BasisDescriptor()
virtual panzer::BasisDescriptor::~BasisDescriptor |
( |
| ) |
|
|
virtualdefault |
◆ BasisDescriptor() [2/2]
panzer::BasisDescriptor::BasisDescriptor |
( |
const int |
basis_order, |
|
|
const std::string & |
basis_type |
|
) |
| |
Constructor for basis description.
- Parameters
-
[in] | basis_order | Basis order (e.g. 1 could be piecewise linear) |
[in] | basis_type | Basis type (e.g. HGrad, HDiv, HCurl, ...) |
Definition at line 108 of file Panzer_BasisDescriptor.cpp.
◆ getType()
const std::string& panzer::BasisDescriptor::getType |
( |
| ) |
const |
|
inline |
◆ getOrder()
int panzer::BasisDescriptor::getOrder |
( |
| ) |
const |
|
inline |
◆ getKey()
std::size_t panzer::BasisDescriptor::getKey |
( |
| ) |
const |
|
inline |
Get unique key associated with basis of this order and type The key is used to sort through a map of BasisDescriptors.
- Returns
- Unique basis key
Definition at line 91 of file Panzer_BasisDescriptor.hpp.
◆ getPointDescriptor()
Build a point descriptor that builds reference points for the DOF locations. This method throws if no points exist for this basis.
Definition at line 117 of file Panzer_BasisDescriptor.cpp.
◆ _basis_type
std::string panzer::BasisDescriptor::_basis_type |
|
protected |
◆ _basis_order
int panzer::BasisDescriptor::_basis_order |
|
protected |
◆ _key
std::size_t panzer::BasisDescriptor::_key |
|
protected |
The documentation for this class was generated from the following files: