version 0.4
functionhelper.hh File Reference

Helper for dune-functions. More...

Go to the source code of this file.

Namespaces

namespace  Ikarus
 
namespace  Ikarus::utils
 

Functions

template<int size, typename LocalView >
void Ikarus::utils::obtainLagrangeNodePositions (const LocalView &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...