Home
last modified time | relevance | path

Searched refs:BindableGridFunction (Results 1 – 5 of 5) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/test/
H A Dtest-lfa.cc23 struct A : public Dune::Fem::BindableGridFunction< GridPart, Dune::Dim<1> >
25 typedef Dune::Fem::BindableGridFunction<GridPart, Dune::Dim<1> > Base;
38 struct B : public Dune::Fem::BindableGridFunction< GridPart, Dune::Dim<1> >
40 typedef Dune::Fem::BindableGridFunction<GridPart, Dune::Dim<1> > Base;
58 struct Difference : public Dune::Fem::BindableGridFunction< typename GFA::GridPartType, typename GF…
60 typedef Dune::Fem::BindableGridFunction<GridPartType, typename GFA::RangeType> Base;
88 struct Jacobian : public Dune::Fem::BindableGridFunction< typename GF::GridPartType, typename GF::D…
90 typedef Dune::Fem::BindableGridFunction<typename GF::GridPartType, typename GF::DomainType> Base;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/localfunction/
H A Dbindable.hh17 struct BindableGridFunction : public BindableFunction struct
29 BindableGridFunction(const GridPart &gridPart) in BindableGridFunction() argument
85 struct BindableGridFunctionWithSpace : public BindableGridFunction<GridPart,Range>
87 typedef BindableGridFunction<GridPart,Range> Base;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dgridfunctionview.hh24 : public BindableGridFunction<typename GF::GridPartType, typename GF::RangeType>,
27 using Base = BindableGridFunction<typename GF::GridPartType, typename GF::RangeType>;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/test/
H A Dreferencesolution.cc20 struct ToGridPart : public Dune::Fem::BindableGridFunction< GP, typename GF::RangeType >
22 typedef Dune::Fem::BindableGridFunction< GP, typename GF::RangeType > Base;
H A Dl2projection.cc80 struct Function : public Dune::Fem::BindableGridFunction< GridPart, RangeType >
82 typedef Dune::Fem::BindableGridFunction<GridPart, RangeType > Base;