#include <dune/pdelab/finiteelement/l2orthonormal.hh>
|
enum | { n = BasisTraits::template Size<k,d>::value
} |
|
typedef Dune::LocalBasisTraits< D, d, Dune::FieldVector< D, d >, R, 1, Dune::FieldVector< R, 1 >, Dune::FieldMatrix< R, 1, d > > | Traits |
|
|
DUNE_NO_DEPRECATED_BEGIN | OPBLocalBasis (int order_) |
|
template<class LFE > |
| OPBLocalBasis (int order_, const LFE &lfe) |
|
DUNE_NO_DEPRECATED_END unsigned int | size () const |
|
void | evaluateFunction (const typename Traits::DomainType &in, std::vector< typename Traits::RangeType > &out) const |
| Evaluate all shape functions.
|
|
void | evaluateJacobian (const typename Traits::DomainType &in, std::vector< typename Traits::JacobianType > &out) const |
| Evaluate Jacobian of all shape functions.
|
|
void | partial (const std::array< unsigned int, Traits::dimDomain > &DUNE_UNUSED(order), const typename Traits::DomainType &DUNE_UNUSED(in), std::vector< typename Traits::RangeType > &DUNE_UNUSED(out)) const |
| Evaluate partial derivative of all shape functions.
|
|
unsigned int | order () const |
| Polynomial order of the shape functions.
|
|
Dune::GeometryType | type () const |
|
◆ Traits
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
typedef Dune::LocalBasisTraits<D,d,Dune::FieldVector<D,d>,R,1,Dune::FieldVector<R,1>,Dune::FieldMatrix<R,1,d> > Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::Traits |
◆ anonymous enum
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
◆ OPBLocalBasis() [1/2]
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
DUNE_NO_DEPRECATED_BEGIN Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::OPBLocalBasis |
( |
int |
order_ | ) |
|
|
inline |
◆ OPBLocalBasis() [2/2]
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
template<class LFE >
Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::OPBLocalBasis |
( |
int |
order_, |
|
|
const LFE & |
lfe |
|
) |
| |
|
inline |
◆ evaluateFunction()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
void Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::evaluateFunction |
( |
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::RangeType > & |
out |
|
) |
| const |
|
inline |
Evaluate all shape functions.
◆ evaluateJacobian()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
void Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::evaluateJacobian |
( |
const typename Traits::DomainType & |
in, |
|
|
std::vector< typename Traits::JacobianType > & |
out |
|
) |
| const |
|
inline |
Evaluate Jacobian of all shape functions.
◆ order()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
unsigned int Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::order |
( |
| ) |
const |
|
inline |
Polynomial order of the shape functions.
◆ partial()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
void Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::partial |
( |
const std::array< unsigned int, Traits::dimDomain > & |
DUNE_UNUSEDorder, |
|
|
const typename Traits::DomainType & |
DUNE_UNUSEDin, |
|
|
std::vector< typename Traits::RangeType > & |
DUNE_UNUSEDout |
|
) |
| const |
|
inline |
Evaluate partial derivative of all shape functions.
◆ size()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
DUNE_NO_DEPRECATED_END unsigned int Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::size |
( |
| ) |
const |
|
inline |
◆ type()
template<class D , class R , int k, int d, Dune::GeometryType::BasicType bt, typename ComputationFieldType = Dune::PB::DefaultComputationalFieldType,
PB::BasisType basisType = PB::BasisType::Pk>
Dune::GeometryType Dune::OPBLocalBasis< D, R, k, d, bt, ComputationFieldType, basisType >::type |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: