version 0.4.1
functionhelper.hh File Reference

Helper for dune-functions. More...

#include <ranges>

Go to the source code of this file.

Namespaces

namespace  Ikarus
 
namespace  Ikarus::utils
 

Functions

template<int size, typename LV >
void Ikarus::utils::obtainLagrangeNodePositions (const LV &localView, std::vector< Dune::FieldVector< double, size > > &lagrangeNodeCoords)
 A function to obtain the global positions of the nodes of an element with Lagrangian basis, see Dune book page 314. More...
 
template<typename FE >
auto Ikarus::utils::referenceElementSubEntityPositions (FE &fe, int codim)
 A function to obtain the local coordinates of subentities of an FiniteElement. More...
 
template<typename FE >
auto Ikarus::utils::referenceElementVertexPositions (FE &fe)
 A function to obtain the local coordinates the vertices of an FiniteElement. More...