Home
last modified time | relevance | path

Searched refs:LocalFunction (Results 1 – 25 of 125) sorted by relevance

12345

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/localfunction/
H A Daverage.hh19 template< class LocalFunction, class GridPart >
29 template< class LocalFunction, class Quadrature >
35 typedef typename LocalFunction::RangeType RangeType; in applyQuadrature()
61 …static void apply ( const LocalFunction &localFunction, typename LocalFunction::RangeType &average… in apply()
84 …static void applyAffine ( const LocalFunction &localFunction, typename LocalFunction::RangeType &a… in applyAffine()
87 const int dimRange = LocalFunction::dimRange; in applyAffine()
96 …static void apply ( const LocalFunction &localFunction, typename LocalFunction::RangeType &average… in apply()
125 …static void apply ( const LocalFunction &localFunction, typename LocalFunction::RangeType &average… in apply()
136 template< class LocalFunction, class GridPart >
143 …static void apply ( const LocalFunction &localFunction, typename LocalFunction::RangeType &average… in apply()
[all …]
H A Dlocalfunction.hh17 class LocalFunction;
25 struct DenseMatVecTraits< Fem::LocalFunction< BasisFunctionSet, LocalDofVector > >
27 typedef Fem::LocalFunction< BasisFunctionSet, LocalDofVector > derived_type;
39 struct FieldTraits< Fem::LocalFunction< BasisFunctionSet, LocalDofVector > >
75 class LocalFunction class
78 typedef LocalFunction< BasisFunctionSet, LocalDofVector > ThisType;
122 LocalFunction () {} in LocalFunction() function in Dune::Fem::LocalFunction
125 explicit LocalFunction ( const BasisFunctionSetType &basisFunctionSet ) in LocalFunction() function in Dune::Fem::LocalFunction
154 LocalFunction ( ThisType && other ) in LocalFunction() function in Dune::Fem::LocalFunction
160 LocalFunction ( const ThisType & other ) in LocalFunction() function in Dune::Fem::LocalFunction
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/localfiniteelement/
H A Dinterpolation.hh29 template< class LocalFunction, class BasisFunctionSet >
35 typedef typename LocalFunction::RangeType RangeType;
38 typedef typename LocalFunction::RangeType RangeType;
56 const LocalFunction &lf_;
93 const LocalFunction &lf_;
128 template< class LocalFunction >
156 template< class LocalFunction, class Dof >
286 template< class LocalFunction, class Vector>
322 template< class LocalFunction, class Vector>
330 template< class LocalFunction, class Vector>
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/common/
H A Dlocalfunctiongeometry.hh28 template< class LocalFunction >
31 typedef typename LocalFunction::EntityType Entity;
32 typedef typename LocalFunction::FunctionSpaceType::RangeFieldType ctype;
35 static const int coorddimension = LocalFunction::FunctionSpaceType::dimRange;
42 …template< class... Args, std::enable_if_t< std::is_constructible< LocalFunction, Args &&... >::val…
80 const LocalFunction &localFunction () const { return localFunction_; } in localFunction()
83 LocalFunction localFunction_;
91 template< class LocalFunction >
92 using LocalFunctionGeometry = SimpleGeometry< LocalFunctionBasicGeometry< LocalFunction > >;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/py/grid/
H A Dfunction.hh41 template< class LocalFunction, class... options >
44 typedef typename LocalFunction::EntityType Element; in registerLocalFunction()
47 …Dune::Python::registerFieldMatrix<double, LocalFunction::RangeType::dimension, LocalFunction::Enti… in registerLocalFunction()
48 …cls.def_property_readonly( "dimRange", [] ( LocalFunction & ) -> int { return LocalFunction::Range… in registerLocalFunction() argument
51 typename LocalFunction::RangeType value; in registerLocalFunction()
56 typename LocalFunction::JacobianRangeType jacobian; in registerLocalFunction()
61 typename LocalFunction::HessianRangeType hessian; in registerLocalFunction()
66 typename LocalFunction::RangeType value; in registerLocalFunction()
137 typedef typename LocalFunction::EntityType Entity; in registerGridFunction()
152 auto ret = std::make_unique<LocalFunction>(self); in registerGridFunction()
[all …]
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/common/
H A Dlocalfunction.hh29 class LocalFunction class
53 using DerivativeInterface = LocalFunction<DerivativeSignature, L, DerivativeTraits, bufferSize>;
87 class LocalFunction< Range(Domain), LocalContext, DerivativeTraits, bufferSize> : class
111 template<class F, disableCopyMove<LocalFunction, F> = 0 >
112 LocalFunction(F&& f) : in LocalFunction() function in Dune::Functions::LocalFunction
118 LocalFunction() = default;
135 friend DerivativeInterface derivative(const LocalFunction& t) in derivative()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/finitevolume/
H A Dinterpolation.hh73 template< class LocalFunction, class LocalDofVector >
74 void operator() ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in operator ()()
80 template< class LocalFunction, class LocalDofVector >
81 void apply ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in apply()
84 LocalAverage< LocalFunction, GridPartType >::apply( localFunction, value ); in apply()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dinterpolation.hh73 template< class LocalFunction, class LocalDofVector >
74 void operator () ( const LocalFunction &lv, LocalDofVector &ldv ) const in operator ()()
79 template< class LocalFunction, class LocalDofVector >
80 void apply ( const LocalFunction &lv, LocalDofVector &ldv ) const in apply()
149 template< class LocalFunction, class LocalDofVector >
150 void operator() ( const LocalFunction &lf, LocalDofVector &ldv ) const in operator ()()
199 template< class Tuple, class LocalFunction, class LocalDofVector >
200 …ply ( const Tuple &tuple, const BasisFunctionSetType &basisSet, const LocalFunction &lv, LocalDofV… in apply()
213 template< class Tuple, class LocalFunction, class LocalDofVector >
214 …ply ( const Tuple &tuple, const BasisFunctionSetType &basisSet, const LocalFunction &lv, LocalDofV… in apply()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/projection/local/
H A Dl2projection.hh79 template< class LocalFunction, class LocalDofVector >
80 void operator() ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in operator ()()
93 template< class LocalFunction, class LocalDofVector >
94 void apply ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in apply()
185 template< class LocalFunction, class LocalDofVector >
186 void apply ( const LocalFunction &localFunction, LocalDofVector &dofs ) const in apply()
188 static_assert( std::is_same< RangeType, typename LocalFunction::RangeType >::value, in apply()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/python/grid/
H A Dfunction.hh49 … std::decay_t< decltype( localFunction( std::declval< const GridFunction & >() ) ) > LocalFunction; typedef
60 template< class LocalCoordinate, class LocalFunction, class X >
61 inline static auto callLocalFunction ( LocalFunction &&f, const X &x, PriorityTag< 2 > ) in callLocalFunction()
67 template< class LocalCoordinate, class LocalFunction >
73 template< class LocalCoordinate, class LocalFunction, class X >
74 inline static auto callLocalFunction ( LocalFunction &&f, const X &x, PriorityTag<0> ) in callLocalFunction()
75 …-> std::enable_if_t< !std::is_const< std::remove_reference_t< LocalFunction > >::value, pybind11::… in callLocalFunction()
112 typedef typename GridFunctionTraits< GridFunction >::LocalFunction LocalFunction; in registerGridFunction() typedef
118 …pybind11::class_< LocalFunction > clsLocalFunction( cls, "LocalFunction", pybind11::dynamic_attr()… in registerGridFunction()
120 clsLocalFunction.def( "__call__", [] ( LocalFunction &self, const LocalCoordinate &x ) { in registerGridFunction()
[all …]
H A Dsimplegridfunction.hh70 typedef SimpleLocalFunction< GridView, LocalEvaluator > LocalFunction; typedef in Dune::Python::SimpleGridFunction
72 typedef typename LocalFunction::Element Element;
73 typedef typename LocalFunction::Value Value;
83 …friend LocalFunction localFunction ( const This &gf ) { return LocalFunction( gf.localEvaluator_ )… in localFunction()
/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/dune/functions/gridfunctions/
H A Ddiscreteglobalbasisfunction.hh92 class LocalFunction class in Dune::Functions::DiscreteGlobalBasisFunction
112 LocalFunction(const DiscreteGlobalBasisFunction& globalFunction) in LocalFunction() function in Dune::Functions::DiscreteGlobalBasisFunction::LocalFunction
121 LocalFunction(const LocalFunction& other) in LocalFunction() function in Dune::Functions::DiscreteGlobalBasisFunction::LocalFunction
132 LocalFunction& operator=(const LocalFunction& other) in operator =()
243 …friend typename Traits::LocalFunctionTraits::DerivativeInterface derivative(const LocalFunction& t) in derivative()
313 friend LocalFunction localFunction(const DiscreteGlobalBasisFunction& t) in localFunction()
315 return LocalFunction(t); in localFunction()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/
H A Dlocalfunction.hh22 class LocalFunction class
24 using Self = LocalFunction;
66 explicit LocalFunction (LF&& lf) in LocalFunction() function in Dune::Vtk::LocalFunction
71 explicit LocalFunction (std::shared_ptr<VTKFunction<GridView> const> const& lf) in LocalFunction() function in Dune::Vtk::LocalFunction
77 LocalFunction () = default;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/discontinuousgalerkin/
H A Dinterpolation.hh95 template< class LocalFunction, class LocalDofVector >
96 void apply ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in apply()
118 template <class QuadImpl, class LocalFunction, class LocalDofVector >
121 … const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in computeL2Projection()
219 template< class LocalFunction, class LocalDofVector >
220 void apply ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in apply()
H A Dlocalinterpolation.hh68 template< class LocalFunction, class LocalDofVector >
69 void operator () ( const LocalFunction &localFunction, LocalDofVector &dofs ) const in operator ()()
106 template<class QuadImpl, class LocalFunction, class LocalDofVector >
109 const LocalFunction &localFunction, in computeInterpolation()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dlocalinterpolation.hh61 template< class LocalFunction, class LocalDofVector >
62 void operator () ( const LocalFunction &localFunction, LocalDofVector &dofs ) const in operator ()()
97 template< class LocalFunction, class LocalDofVector >
98 void operator () ( const LocalFunction &localFunction, LocalDofVector &dofs ) const in operator ()()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/module/functions/
H A Dmod.rs21 pub use self::local_function::LocalFunction;
81 Local(LocalFunction),
102 pub fn unwrap_local(&self) -> &LocalFunction { in unwrap_local() argument
120 pub fn unwrap_local_mut(&mut self) -> &mut LocalFunction { in unwrap_local_mut() argument
160 pub fn add_local(&mut self, func: LocalFunction) -> FunctionId { in add_local()
219 pub fn iter_local(&self) -> impl Iterator<Item = (FunctionId, &LocalFunction)> { in iter_local() argument
230 pub fn par_iter_local(&self) -> impl ParallelIterator<Item = (FunctionId, &LocalFunction)> { in par_iter_local() argument
251 pub fn iter_local_mut(&mut self) -> impl Iterator<Item = (FunctionId, &mut LocalFunction)> { in iter_local_mut() argument
267 ) -> impl ParallelIterator<Item = (FunctionId, &mut LocalFunction)> { in par_iter_local_mut() argument
394 LocalFunction::parse( in parse_local_functions()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/lagrange/
H A Dinterpolation.hh95 template< class LocalFunction, class LocalDofVector >
96 void operator() ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in operator ()()
102 template< class LocalFunction, class LocalDofVector >
103 void apply ( const LocalFunction &localFunction, LocalDofVector &localDofVector ) const in apply()
/dports/math/dune-vtk/dune-vtk-38f79c23ef8f29210d41353a8380e42b78422f2f/dune/vtk/gridcreators/
H A Dlagrangegridcreator.hh59 class LocalFunction;
267 friend LocalFunction localFunction (LagrangeGridCreator& gridCreator) in localFunction()
269 return LocalFunction{gridCreator}; in localFunction()
272 friend LocalFunction localFunction (LagrangeGridCreator const& gridCreator) in localFunction()
274 return LocalFunction{gridCreator}; in localFunction()
277 friend LocalFunction localFunction (LagrangeGridCreator&& gridCreator) in localFunction()
280 return LocalFunction{gridCreator}; in localFunction()
399 class LagrangeGridCreator<Grid>::LocalFunction class in Dune::Vtk::LagrangeGridCreator
408 explicit LocalFunction (LagrangeGridCreator const& gridCreator) in LocalFunction() function in Dune::Vtk::LagrangeGridCreator::LocalFunction
412 explicit LocalFunction (LagrangeGridCreator&& gridCreator) = delete;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/1order/
H A Dlocalmassmatrix.hh284 template< class MassCaller, class BasisFunctionSet, class LocalFunction >
297 template< class MassCaller, class LocalFunction >
304 template< class LocalFunction >
305 void applyInverse ( const EntityType &entity, LocalFunction &lf ) const in applyInverse()
310 template< class BasisFunctionSet, class LocalFunction >
319 template< class LocalFunction >
320 void applyInverse ( LocalFunction &lf ) const in applyInverse()
359 template< class MassCaller, class BasisFunctionSet, class LocalFunction >
566 template< class BasisFunctionSet, class LocalFunction >
975 template< class LocalFunction >
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/walrus-0.19.0/src/module/functions/local_function/
H A Dcontext.rs5 use crate::module::functions::{FunctionId, LocalFunction};
46 pub func: &'a mut LocalFunction,
67 func: &'a mut LocalFunction, in new() argument
162 func: &mut LocalFunction, in impl_push_control() argument
189 func: &mut LocalFunction, in impl_push_control_with_ty() argument
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/function/
H A Ddiscretegridviewfunction.hh96 class LocalFunction class in Dune::PDELab::DiscreteGridViewFunction
110LocalFunction(const std::shared_ptr<const GridFunctionSpace> gfs, const std::shared_ptr<const Vect… in LocalFunction() function in Dune::PDELab::DiscreteGridViewFunction::LocalFunction
166 …typename DiscreteGridViewFunction<GFS,V,diffOrder+1>::LocalFunction derivative(const LocalFunction in derivative()
168 typename DiscreteGridViewFunction<GFS,V,diffOrder+1>::LocalFunction in derivative()
362 friend LocalFunction localFunction(const DiscreteGridViewFunction& t) in localFunction()
364 return LocalFunction(t.pgfs_, t.v_); in localFunction()
/dports/math/dune-curvedgeometry/dune-curvedgeometry-fae02adf3757851f7f9caf41037da87caa52197d/dune/curvedgeometry/test/
H A Dtest-localfunctiongeometry.cc147 using LocalFunction = LocalAnalyticGridFunction<Element,Projection>; in main() typedef
149 using Geometry = LocalFunctionGeometry<LocalFunction,LocalGeometry>; in main()
154 LocalFunction localFunction(Projection{}); in main()
167 … ElementLocalFunctionGeometry<LocalFunction,ctype,2> geometry3(referenceElement(e), localFunction); in main()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/schemes/
H A Dgalerkin.hh155 template< class LocalFunction, class Quadrature >
156 …tatic void evaluateQuadrature ( const LocalFunction &u, const Quadrature &quad, std::vector< typen… in evaluateQuadrature()
161 template< class LocalFunction, class Quadrature>
167 template< class LocalFunction, class Quadrature >
173 template< class LocalFunction, class Point >
174 …static void value ( const LocalFunction &u, const Point &x, typename LocalFunction::RangeType &phi… in value()
179 template< class LocalFunction, class Point >
180 …static void value ( const LocalFunction &u, const Point &x, typename LocalFunction::JacobianRangeT… in value()
185 template< class LocalFunction, class Point >
186 …static void value ( const LocalFunction &u, const Point &x, typename LocalFunction::HessianRangeTy… in value()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/common/
H A Dgridfunctionadapter.hh122 class LocalFunction;
126 typedef LocalFunction LocalFunctionType;
207 class BasicGridFunctionAdapter< Function, GridPart >::LocalFunction class in Dune::Fem::BasicGridFunctionAdapter
209 typedef LocalFunction ThisType;
243 LocalFunction ( const EntityType &entity, const DiscreteFunctionType &df ) in LocalFunction() function in Dune::Fem::BasicGridFunctionAdapter::LocalFunction
249 LocalFunction ( const DiscreteFunctionType &df ) in LocalFunction() function in Dune::Fem::BasicGridFunctionAdapter::LocalFunction
256 LocalFunction ( const LocalFunction &other ) = default;

12345