Home
last modified time | relevance | path

Searched refs:hessianFactor (Results 1 – 6 of 6) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/test/
H A Dcheckbasisfunctionset.hh68 HessianRangeType hessianFactor; in checkQuadratureConsistency() local
72 hessianFactor[ j ][ k ][ l ] = random(); in checkQuadratureConsistency()
186 basisFunctionSet.axpy( x, hessianFactor, r1 ); in checkQuadratureConsistency()
194 r2[ i ] += hessianFactor[ j ][ k ][ l ] * values[ i ][ j ][ k ][ l ]; in checkQuadratureConsistency()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Dsimple.hh134 void axpy ( const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs ) const in axpy() argument
136 FunctionalAxpyFunctor< HessianRangeType, DofVector > functor( hessianFactor, dofs ); in axpy()
H A Ddefault.hh219 void axpy ( const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs ) const in axpy() argument
235 hessianFactor[r].mv(G[k],Hg); in axpy()
H A Dvectorial.hh340 void axpy ( const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs ) const in axpy() argument
342 axpyH( x, hessianFactor, dofs ); in axpy()
H A Dtransformed.hh167 void axpy( const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs ) const in axpy() argument
H A Dtuple.hh396 void axpy ( const Point &x, const HessianRangeType &hessianFactor, DofVector &dofs ) const in axpy() argument
398 …Fem::ForLoop< Axpy, 0, setIterationSize >::apply( x, hessianFactor, dofs, offset_, basisFunctionSe… in axpy()