Python bindings for the traction pre. More...
#include <dune/fufem/boundarypatch.hh>
#include <dune/localfefunctions/derivativetransformators.hh>
#include <dune/localfefunctions/meta.hh>
#include <ikarus/finiteelements/ferequirements.hh>
Go to the source code of this file.
Classes | |
struct | Ikarus::NeumannBoundaryLoadPre< GV > |
A PreFE struct for Neumann boundary load skill. More... | |
class | Ikarus::Traction< PreFE, FE > |
Traction class represents distributed traction load that can be applied. More... | |
Namespaces | |
namespace | Ikarus |
Functions | |
template<typename GV , typename F > | |
auto | Ikarus::neumannBoundaryLoad (const BoundaryPatch< GV > *patch, F &&load) |
A helper function to create a Neumann boundary load skill. More... | |