#include <dune/localfefunctions/manifolds/realTuple.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/finiteelements/physicshelper.hh>
Go to the source code of this file.
|
template<typename Traits , typename ScalarType > |
auto | Ikarus::FEHelper::localSolutionBlockVector (const typename Traits::FERequirementType::SolutionVectorTypeRaw &x, const typename Traits::LocalView &localView, const std::optional< const Eigen::VectorX< ScalarType > > &dx=std::nullopt) |
| Gets the local solution Dune block vector. More...
|
|