dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Namespaces | Functions
variablefactories.hh File Reference
#include <vector>

Go to the source code of this file.

Namespaces

namespace  Dune
 For backward compatibility – Do not use this!
 
namespace  Dune::PDELab
 

Functions

template<typename LFS >
std::vector< typename LFS::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeType > Dune::PDELab::makeValueContainer (const LFS &lfs)
 return a container for basis evaluations More...
 
template<typename LFS >
std::vector< typename LFS::Traits::FiniteElementType::Traits::LocalBasisType::Traits::JacobianType > Dune::PDELab::makeJacobianContainer (const LFS &lfs)
 return a container for Jacobian evaluations More...
 
template<typename LFS >
LFS::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType Dune::PDELab::makeZeroBasisFieldValue (const LFS &lfs)
 return a zero value of RangeFieldType of the basis More...
 
template<typename LFS >
LFS::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeType Dune::PDELab::makeZeroBasisValue (const LFS &lfs)
 return a zero value of RangeType of the basis More...
 
template<typename LFS >
LFS::Traits::FiniteElementType::Traits::LocalBasisType::Traits::JacobianType Dune::PDELab::makeZeroJacobianValue (const LFS &lfs)
 return a zero value of JacobianType of the basis More...