![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
deformationfunction.hh File Reference
#include <cstddef>#include <iostream>#include <limits>#include <memory>#include <vector>#include <dune/common/exceptions.hh>#include <dune/common/fvector.hh>#include <dune/common/indices.hh>#include <dune/istl/bvector.hh>#include <dune/grid/geometrygrid/coordfunction.hh>#include <dune/geometry/referenceelements.hh>#include <dune/localfunctions/common/localkey.hh>#include <dune/localfunctions/lagrange/lagrangelfecache.hh>#include <dune/functions/functionspacebases/defaultglobalbasis.hh>#include <dune/functions/functionspacebases/lagrangebasis.hh>#include <dune/functions/functionspacebases/powerbasis.hh>#include <dune/functions/functionspacebases/interpolate.hh>Go to the source code of this file.
Classes | |
| class | Dune::Fufem::Experimental::DeformationFunction< HG, deformedDim, ct > |
| A discrete coordinate function for Dune::GeometryGrid. More... | |
| class | DeformationFunction< GridView, CoefficientVectorType > |
| Function that computes the deformed position from a given host gridview. This can be used inside of GeometryGrid. More... | |
| class | DeformationHierarchyFunction< GridView, CoefficientVectorType > |
| Function that computes the deformed position from a given host gridview. This can be used inside of GeometryGrid. More... | |
Namespaces | |
| namespace | Dune |
| namespace | Dune::Fufem |
| namespace | Dune::Fufem::Experimental |
Functions | |
| template<class HostGrid , class F > | |
| Dune::Fufem::Experimental::DeformationFunction (const HostGrid &hostGrid, const F &f) -> DeformationFunction< HostGrid, std::decay_t< std::invoke_result_t< F, typename HostGrid::template Codim< HostGrid::dimension >::Geometry::GlobalCoordinate > >::size()> | |
