#include <dune/localfefunctions/derivativetransformators.hh>
#include <dune/localfefunctions/meta.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/utils/concepts.hh>
#include <ikarus/utils/traits.hh>
 
Go to the source code of this file.
 | 
| template<class F >  | 
|   | Ikarus::VolumeLoadPre (F f) -> VolumeLoadPre< traits::FunctionTraits< F >::return_type::RowsAtCompileTime > | 
|   | 
| template<int worldDim>  | 
| auto  | Ikarus::volumeLoad (const std::function< Eigen::Vector< double, worldDim >(const Dune::FieldVector< double, worldDim > &, const double &)> &f) | 
|   | A helper function to create a volume load skill.  More...
  | 
|   | 
| template<typename F >  | 
| auto  | Ikarus::volumeLoad (F &&f) | 
|   | A helper function to create a volume load skill.  More...
  | 
|   |