#include <Panzer_BasisDescriptor.hpp>
Definition at line 53 of file Panzer_BasisDescriptor.hpp.
panzer::BasisDescriptor::BasisDescriptor |
( |
| ) |
|
virtual panzer::BasisDescriptor::~BasisDescriptor |
( |
| ) |
|
|
virtualdefault |
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.
const std::string& panzer::BasisDescriptor::getType |
( |
| ) |
const |
|
inline |
int panzer::BasisDescriptor::getOrder |
( |
| ) |
const |
|
inline |
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.
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.
std::string panzer::BasisDescriptor::_basis_type |
|
protected |
int panzer::BasisDescriptor::_basis_order |
|
protected |
std::size_t panzer::BasisDescriptor::_key |
|
protected |
The documentation for this class was generated from the following files: