dune-fem
2.8-git
|
A family of orthogonal local basis function sets. More...
#include <dune/fem/space/basisfunctionset/hpdg/orthogonal.hh>
Public Types | |
using | GridPartType = typename BaseType::GridPartType |
using | EntityType = typename BaseType::EntityType |
entity type More... | |
using | BasisFunctionSetType = typename BaseType::BasisFunctionSetType |
basis function set More... | |
using | KeyType = typename BaseType::KeyType |
using | DataType = typename BaseType::DataType |
using | FunctionSpaceType = FunctionSpace |
type of function space More... | |
using | DomainType = typename FunctionSpaceType ::DomainType |
range type of basis functions More... | |
using | RangeType = typename FunctionSpaceType ::RangeType |
range type of basis functions More... | |
using | Types = typename Traits::Types |
a range of geometry types More... | |
Public Member Functions | |
Construction | |
OrthogonalBasisFunctionSets ()=default | |
constructor More... | |
OrthogonalBasisFunctionSets (const ThisType &)=default | |
copy constructor More... | |
OrthogonalBasisFunctionSets (ThisType &&)=default | |
move constructor More... | |
Assignment | |
ThisType & | operator= (const ThisType &)=default |
assignment operator More... | |
ThisType & | operator= (ThisType &&)=default |
move assignment operator More... | |
Supported geometry types | |
Types | types () const |
return range of supported geometry types More... | |
Block usage | |
std::size_t | maxBlocks () const |
return maximum number of blocks used More... | |
std::size_t | maxBlocks (GeometryType type) const |
return maximum number of blocks used per geometry type More... | |
std::size_t | blocks (GeometryType type, const KeyType &key) const |
return number of blocks used More... | |
Communication | |
DataType | encode (const KeyType &key) const |
map key to data type More... | |
KeyType | decode (const DataType &data) const |
map data to key type More... | |
Basis function sets | |
int | order () const |
return maximum polynomial order More... | |
int | order (GeometryType type) const |
return maximum polynomial order per geometry type More... | |
int | order (GeometryType type, const KeyType &key) const |
return polynomial order More... | |
BasisFunctionSetType | basisFunctionSet (const EntityType &entity, const KeyType &key) const |
return basis function set More... | |
Static Public Member Functions | |
static const std::vector< GeometryType > & | types () |
static std::size_t | maxBlocks () |
static std::size_t | maxBlocks (GeometryType type) |
static std::size_t | blocks (GeometryType type, KeyType key) |
static DataType | encode (const KeyType &key) noexcept |
static KeyType | decode (const DataType &data) noexcept |
static constexpr bool | orthogonal () noexcept |
static constexpr int | order () noexcept |
return maximum order More... | |
static int | order (GeometryType type) noexcept |
return maximum order More... | |
static int | order (GeometryType type, KeyType key) |
return maximum order More... | |
static BasisFunctionSetType | basisFunctionSet (const EntityType &entity, KeyType key) |
return basis function set for given entity More... | |
Static Public Attributes | |
static const int | localBlockSize |
block size More... | |
Protected Types | |
using | Traits = OrthogonalBasisFunctionSetsTraits< FunctionSpace, GridPart, maxOrder, Storage > |
Protected Member Functions | |
const Traits::ImplementationType & | impl () const |
A family of orthogonal local basis function sets.
FunctionSpace | a Dune::Fem::FunctionSpace |
GridPart | a Dune::Fem::GridPart |
maxOrder | maximum order |
Storage | enable/disable Storage of quadratures |
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::BasisFunctionSetType = typename BaseType::BasisFunctionSetType |
basis function set
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::DataType = typename BaseType::DataType |
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::DomainType = typename FunctionSpaceType :: DomainType |
range type of basis functions
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::EntityType = typename BaseType::EntityType |
entity type
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::FunctionSpaceType = FunctionSpace |
type of function space
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::GridPartType = typename BaseType::GridPartType |
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::KeyType = typename BaseType::KeyType |
using Dune::Fem::hpDG::OrthogonalBasisFunctionSets< FunctionSpace, GridPart, maxOrder, Storage >::RangeType = typename FunctionSpaceType :: RangeType |
range type of basis functions
|
protectedinherited |
|
inherited |
a range of geometry types
|
default |
constructor
|
default |
copy constructor
|
default |
move constructor
|
inlineinherited |
return basis function set
|
inlinestatic |
return basis function set for given entity
|
inlineinherited |
return number of blocks used
|
inlinestatic |
|
inlineinherited |
map data to key type
|
inlinestaticnoexcept |
|
inlineinherited |
map key to data type
|
inlinestaticnoexcept |
|
inlineprotectedinherited |
|
inlinestatic |
|
inlineinherited |
return maximum number of blocks used
|
inlinestatic |
|
inlineinherited |
return maximum number of blocks used per geometry type
|
default |
assignment operator
|
default |
move assignment operator
|
inlineinherited |
return maximum polynomial order
|
inlinestaticconstexprnoexcept |
return maximum order
|
inlineinherited |
return maximum polynomial order per geometry type
|
inlinestaticnoexcept |
return maximum order
|
inlineinherited |
return polynomial order
|
inlinestatic |
return maximum order
|
inlinestaticconstexprnoexcept |
|
inlinestatic |
|
inlineinherited |
return range of supported geometry types
|
staticinherited |
block size