|
Nektar++
|
#include <LibUtilities/BasicUtils/HashUtils.hpp>#include <LibUtilities/BasicUtils/ShapeType.hpp>#include <LibUtilities/BasicUtils/SharedArray.hpp>#include <array>#include <map>#include <utility>Go to the source code of this file.
Classes | |
| struct | Nektar::StdRegions::VarCoeffList |
| struct | Nektar::StdRegions::VarCoeffEntry |
| Representation of a variable coefficient. More... | |
Namespaces | |
| namespace | Nektar |
| namespace | Nektar::StdRegions |
Typedefs | |
| typedef std::map< StdRegions::VarCoeffType, VarCoeffEntry > | Nektar::StdRegions::VarCoeffMap |
| typedef std::map< ConstFactorType, NekDouble > | Nektar::StdRegions::ConstFactorMap |
| typedef ConstFactorMap | Nektar::StdRegions::FactorMap |
| typedef std::map< StdRegions::ConstFactorType, Array< OneD, NekDouble > > | Nektar::StdRegions::VarFactorsMap |
Functions | |
| VarCoeffMap | Nektar::StdRegions::RestrictCoeffMap (const VarCoeffMap &m, size_t offset, size_t cnt) |
| template<class InputIterator , class EqualityComparable > | |
| InputIterator | Nektar::StdRegions::find (InputIterator first, InputIterator last, InputIterator startingpoint, const EqualityComparable &value) |