Home
last modified time | relevance | path

Searched refs:DomainFieldType (Results 1 – 25 of 115) sorted by relevance

12345

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/lagrange/
H A Dgenericbasefunctions.hh39 typedef typename FunctionSpaceType :: DomainFieldType DomainFieldType; typedef in Dune::Fem::GenericLagrangeBaseFunction
115 typedef typename FunctionSpaceType :: DomainFieldType DomainFieldType; typedef in Dune::Fem::GenericLagrangeBaseFunction
130 DomainFieldType factor, in evaluate()
140 DomainFieldType factor, in evaluate()
150 DomainFieldType factor, in evaluate()
160 DomainFieldType factor, in evaluate()
170 DomainFieldType factor, in evaluate()
180 DomainFieldType factor, in evaluate()
221 typedef typename FunctionSpaceType :: DomainFieldType DomainFieldType; typedef in Dune::Fem::GenericLagrangeBaseFunction
248 const DomainFieldType divisor = DomainFieldType( 1 ) / ((DomainFieldType)polynomialOrder); in evaluate()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/
H A Dlinesegmentsampler.hh42 typedef typename GridPartType::GridType::ctype DomainFieldType; typedef
47 typedef FieldVector< DomainFieldType, dimDomain > DomainType;
48 typedef FieldVector< DomainFieldType, dimGrid > LocalDomainType;
140 ds /= DomainFieldType( numSamples - 1 ); in operator ()()
155 DomainFieldType lower = std::numeric_limits< DomainFieldType >::min(); in operator ()()
156 DomainFieldType upper = std::numeric_limits< DomainFieldType >::max(); in operator ()()
168 const DomainFieldType nds = normal * ds; in operator ()()
173 const DomainFieldType alpha = ncl / nds; in operator ()()
195 xi.axpy( DomainFieldType( i ), ds ); in operator ()()
232 ds /= DomainFieldType( numSamples - 1 ); in samplePoints()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dlocalrestrictprolong.hh31 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::ConstantLocalRestrictProlong
43 void setFatherChildWeight ( const DomainFieldType &weight ) in setFatherChildWeight()
53 …const DomainFieldType weight = (weight_ < DomainFieldType( 0 ) ? calcWeight( lfFather.entity(), lf… in restrictLocal()
91 static DomainFieldType calcWeight ( const Entity &father, const Entity &son ) in calcWeight()
97 DomainFieldType weight_;
113 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::EmptyLocalRestrictProlong
121 void setFatherChildWeight ( const DomainFieldType &weight ) {} in setFatherChildWeight()
H A Drestrictprolonginterface.hh47 typedef typename Traits::DomainFieldType DomainFieldType; typedef in Dune::Fem::RestrictProlongInterface
69 void setFatherChildWeight ( const DomainFieldType &weight ) const in setFatherChildWeight()
138 DomainFieldType calcWeight ( const Entity &father, const Entity &son ) const in calcWeight()
140 const DomainFieldType weight = son.geometry().volume() / father.geometry().volume(); in calcWeight()
141 assert( weight > DomainFieldType( 0 ) ); in calcWeight()
156 typedef DomainField DomainFieldType; typedef
170 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::RestrictProlongInterfaceDefault
184 void setFatherChildWeight ( const DomainFieldType &weight ) const {} in setFatherChildWeight()
205 …eDefault< RestrictProlongTraits< ThisType, typename DiscreteFunction::DomainFieldType > > BaseType;
210 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::RestrictProlongDefault
[all …]
H A Drestrictprolongtuple.hh46 …e< RestrictProlongTraits< RestrictProlongTuple< Head, Tail... >, typename Head::DomainFieldType > >
48 …tProlongTraits< RestrictProlongTuple< Head, Tail... >, typename Head::DomainFieldType > > BaseType;
60 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::RestrictProlongTuple
93 void setFatherChildWeight ( const DomainFieldType &weight ) const in setFatherChildWeight()
255 static void apply ( const DomainFieldType &weight, const std::tuple< Head, Tail... > &tuple ) in apply()
H A Dfunctionspace.hh27 typedef DomainField DomainFieldType; typedef
37 typedef FieldVector< DomainFieldType, dimDomain > DomainType;
46 typedef FunctionSpace< DomainFieldType, RangeFieldType, dimDomain, 1>
182 typedef DomainFieldImp DomainFieldType; typedef in Dune::Fem::MatrixMapping
217 typedef DomainFieldImp DomainFieldType; typedef
H A Dfunctionspaceinterface.hh60 typedef typename FunctionSpaceTraits::DomainFieldType DomainFieldType; typedef in Dune::Fem::FunctionSpaceInterface
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/fourier/
H A Dfunctionset.hh45 template< class DomainFieldType, class RangeFieldType, int Order >
51 typedef FunctionSpace< DomainFieldType, RangeFieldType, 1, 1 > FunctionSpaceType;
119 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
272 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
303 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
368 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
376 Dune::FieldVector< DomainFieldType, 1 > y( x[ i ] ); in prepare()
382 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
390 Dune::FieldVector< DomainFieldType, 1 > y( x[ i ] ); in prepare()
397 template< class DomainFieldType, class RangeFieldType, int dimDomain, int Order >
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/test/
H A Dmappingtest.cc14 typedef SpaceType :: DomainFieldType DomainFieldType; typedef
20 DomainFieldType,
26 DomainFieldType,
44 DomainFieldType,
63 DomainFieldType,
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/shapefunctionset/
H A Dorthonormal.hh78 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::OrthonormalShapeFunctionSet
81 typedef RangeFieldType (*Evaluate) ( const int, const DomainFieldType * );
82 typedef void (*Jacobian) ( const int i, const DomainFieldType *, RangeFieldType * );
86 typedef void (*Hessian) ( const int i, const DomainFieldType *, Array & );
88 typedef OrthonormalBase_1D< DomainFieldType, RangeFieldType > OrthonormalBase1d;
89 typedef OrthonormalBase_2D< DomainFieldType, RangeFieldType > OrthonormalBase2d;
90 typedef OrthonormalBase_3D< DomainFieldType, RangeFieldType > OrthonormalBase3d;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/common/
H A Dfunction.hh46 public Mapping < typename FunctionSpaceImp :: DomainFieldType,
62 typedef typename FunctionSpaceType :: DomainFieldType DomainFieldType; typedef in Dune::Fem::Function
75 typedef Mapping< DomainFieldType, RangeFieldType, DomainType, RangeType >
H A Dgridfunctionadapter.hh48 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef
107 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType ; typedef in Dune::Fem::BasicGridFunctionAdapter
217 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::BasicGridFunctionAdapter::LocalFunction
560 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType ; typedef in Dune::Fem::ConvertToGridFunction
H A Dlocalfunctionadapter.hh62 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef
163 typedef typename Traits::DomainFieldType DomainFieldType ; typedef in Dune::Fem::LocalFunctionAdapter
459 typedef typename Traits::DomainFieldType DomainFieldType; typedef in Dune::Fem::LocalFunctionAdapterLocalFunction
641 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::LocalAnalyticalFunctionBinder
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Dnewtoninverseoperator.hh226 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::NewtonInverseOperator
250 …NewtonInverseOperator ( LinearInverseOperatorType jInv, const DomainFieldType &epsilon, const Para… in NewtonInverseOperator()
281 NewtonInverseOperator ( const DomainFieldType &epsilon, const ParameterType &parameter ) in NewtonInverseOperator()
287 NewtonInverseOperator ( const DomainFieldType &epsilon, in NewtonInverseOperator()
319 if( !(delta_ < std::numeric_limits< DomainFieldType >::max()) || std::isnan( delta_ ) ) in failed()
345 if (! (test < std::numeric_limits< DomainFieldType >::max() && in lineSearch()
392 mutable DomainFieldType delta_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/discontinuousgalerkin/
H A Dlocalrestrictprolong.hh37 typedef typename DiscreteFunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::DiscontinuousGalerkinLocalRestrictProlong
53 void setFatherChildWeight ( const DomainFieldType &weight ) in setFatherChildWeight()
64 …const DomainFieldType weight = (weight_ < DomainFieldType( 0 ) ? ConstantLocalRestrictProlongType:… in restrictLocal()
159 DomainFieldType weight_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/
H A Dautomaticdifferenceoperator.hh41 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::AutomaticDifferenceLinearOperator
93 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::AutomaticDifferenceOperator
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/petscdiscretefunction/
H A Dpetscdiscretefunction.hh223 typename DiscreteFunctionSpace::DomainFieldType > >
227 …eDefault< RestrictProlongTraits< ThisType, typename DiscreteFunction::DomainFieldType > > BaseType;
235 typedef typename BaseType::DomainFieldType DomainFieldType; typedef in Dune::Fem::RestrictProlongDefault
259 void setFatherChildWeight ( const DomainFieldType &weight ) const in setFatherChildWeight()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/localfunction/
H A Dconverter.hh97 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::LocalFunctionConverter
108 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/test/
H A Dexactsolution.hh29 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::ExactSolution
127 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::Fem::Polynomial
H A Dweightfunction.hh19 typedef typename FunctionSpaceType::DomainFieldType DomainFieldType; typedef in Dune::WeightFunction
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/localoperator/
H A Dlinearelasticityparameter.hh40 typedef typename GV::Grid::ctype DomainFieldType; typedef
43 typedef Dune::FieldVector<DomainFieldType,dimDomain> DomainType;
46 typedef Dune::FieldVector<DomainFieldType,dimDomain-1> IntersectionDomainType;
H A Dlinearacousticsparameter.hh38 typedef typename GV::Grid::ctype DomainFieldType; typedef
41 typedef Dune::FieldVector<DomainFieldType,dimDomain> DomainType;
44 typedef Dune::FieldVector<DomainFieldType,dimDomain-1> IntersectionDomainType;
H A Dmaxwellparameter.hh40 typedef typename GV::Grid::ctype DomainFieldType; typedef
43 typedef Dune::FieldVector<DomainFieldType,dimDomain> DomainType;
46 typedef Dune::FieldVector<DomainFieldType,dimDomain-1> IntersectionDomainType;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/
H A Drannacherturek.hh33 typedef typename FunctionSpace::DomainFieldType DomainFieldType; typedef in Dune::Fem::RannacherTurekLocalFiniteElementMap
36 …typedef RannacherTurekLocalFiniteElement< DomainFieldType, RangeFieldType, dimLocal > LocalFiniteE…
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dpowerlocalrestrictprolong.hh32 typedef typename LocalRestrictProlongType::DomainFieldType DomainFieldType; typedef in Dune::Fem::PowerLocalRestrictProlong
38 void setFatherChildWeight ( const DomainFieldType &weight ) in setFatherChildWeight()

12345