Home
last modified time | relevance | path

Searched refs:LocalDofVectorType (Results 1 – 17 of 17) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/basisfunctionset/
H A Devaluatecallerdefaultimpl.hh22 class LocalDofVectorType,
40 class LocalDofVectorType,
65 class LocalDofVectorType>
85 class LocalDofVectorType>
110 class LocalDofVectorType>
114 LocalDofVectorType& dofs) in axpy()
129 class LocalDofVectorType>
133 LocalDofVectorType& dofs) in axpy()
152 class LocalDofVectorType>
172 class LocalDofVectorType>
[all …]
H A Devaluatecaller.hh81 typedef LocalDofVectorImp LocalDofVectorType; typedef
93 typedef typename Traits :: LocalDofVectorType LocalDofVectorType ; typedef
145 typedef typename Traits :: LocalDofVectorType LocalDofVectorType ; typedef in Dune::Fem::Codegen::EvaluateCallerInterface
155 LocalDofVectorType & ) const = 0;
158 const LocalDofVectorType & dofs,
164 LocalDofVectorType & ) const = 0;
168 const LocalDofVectorType&,
232 typedef typename Traits :: LocalDofVectorType LocalDofVectorType ; typedef in Dune::Fem::Codegen::EvaluateRealImplementation
394 LocalDofVectorType & dofs ) const in axpyRanges()
445 typedef typename Traits :: LocalDofVectorType LocalDofVectorType ; typedef in Dune::Fem::Codegen::EvaluateImplementation
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/localfunction/
H A Dmutable.hh30 typename DiscreteFunctionTraits< DiscreteFunction > :: LocalDofVectorType >
34 typename DiscreteFunctionTraits< DiscreteFunction > :: LocalDofVectorType > BaseType;
44 typedef typename BaseType::LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::MutableLocalFunction
51 : BaseType( LocalDofVectorType( discreteFunction.localDofVectorAllocator() ) ), in MutableLocalFunction()
57 : BaseType( LocalDofVectorType( discreteFunction.localDofVectorAllocator() ) ), in MutableLocalFunction()
63 …: BaseType( discreteFunction.space().basisFunctionSet( entity ), LocalDofVectorType( discreteFunct… in MutableLocalFunction()
71 …: BaseType( dFunction.space().basisFunctionSet( entity ), LocalDofVectorType( dFunction.localDofVe… in MutableLocalFunction()
H A Dtemporary.hh57 typedef typename BaseType :: LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::BasicTemporaryLocalFunction
77 … const LocalDofVectorType &dofVector = LocalDofVectorType() ) in BasicTemporaryLocalFunction()
98 const LocalDofVectorType &dofVector = LocalDofVectorType() ) in BasicTemporaryLocalFunction()
H A Dlocalfunction.hh86 typedef LocalDofVector LocalDofVectorType; typedef in Dune::Fem::LocalFunction
89 typedef typename LocalDofVectorType::value_type DofType;
92 typedef typename LocalDofVectorType::size_type SizeType;
132 …explicit LocalFunction ( const LocalDofVectorType &localDofVector ) : localDofVector_( localDofVec… in LocalFunction()
143 …explicit LocalFunction ( LocalDofVectorType &&localDofVector ) : localDofVector_( localDofVector )… in LocalFunction()
415 const LocalDofVectorType &localDofVector () const { return localDofVector_; } in localDofVector()
418 LocalDofVectorType &localDofVector () { return localDofVector_; } in localDofVector()
510 LocalDofVectorType localDofVector_;
H A Dconst.hh51 typedef typename BaseType :: LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::BasicConstLocalFunction
61 …explicit BasicConstLocalFunction ( const LocalDofVectorType &localDofVector ) : BaseType( localDof… in BasicConstLocalFunction()
63 …ocalFunction ( const BasisFunctionSetType &basisFunctionSet, const LocalDofVectorType &localDofVec… in BasicConstLocalFunction()
67 …explicit BasicConstLocalFunction ( LocalDofVectorType &&localDofVector ) : BaseType( localDofVecto… in BasicConstLocalFunction()
69 …BasicConstLocalFunction ( const BasisFunctionSetType &basisFunctionSet, LocalDofVectorType &&local… in BasicConstLocalFunction()
135 typedef typename BaseType::LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::ConstLocalDiscreteFunction
155 : BaseType( LocalDofVectorType( df.localDofVectorAllocator() ) ), in ConstLocalDiscreteFunction()
162 …: BaseType( localFunction.basisFunctionSet(), LocalDofVectorType( localFunction.size(), localFunct… in ConstLocalDiscreteFunction()
182 …: BaseType( df.space().basisFunctionSet( entity ), LocalDofVectorType( df.localDofVectorAllocator(… in ConstLocalDiscreteFunction()
188 …: BaseType( df.space().basisFunctionSet( entity ), LocalDofVectorType( df.localDofVectorAllocator(… in ConstLocalDiscreteFunction()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dpowerlocalrestrictprolong.hh48 …typedef SubVector< const typename LFSon::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeSon; in restrictLocal()
49 …typedef SubVector< typename LFFather::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeFather; in restrictLocal()
79 … typedef SubVector< typename LFSon::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeSon; in prolongLocal()
80 …typedef SubVector< const typename LFFather::LocalDofVectorType, OffsetSubMapper > SubDofVectorType… in prolongLocal()
H A Dtuplelocalrestrictprolong.hh115 …typedef SubVector< const typename LFFather::LocalDofVectorType, OffsetSubMapper > SubDofVectorType… in apply()
116 … typedef SubVector< typename LFSon::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeSon; in apply()
152 …typedef SubVector< typename LFFather::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeFather; in apply()
181 …typedef SubVector< typename LFFather::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeFather; in apply()
182 …typedef SubVector< const typename LFSon::LocalDofVectorType, OffsetSubMapper > SubDofVectorTypeSon; in apply()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/dataprojection/
H A Ddefault.hh54 using LocalDofVectorType = Dune::DynamicVector< RangeFieldType >; typedef in Dune::Fem::hpDG::DefaultDataProjection
55 … using LocalFunctionType = Dune::Fem::LocalFunction< BasisFunctionSetType, LocalDofVectorType >;
96 LocalDofVectorType localDofVector( present.size() ); in operator ()()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/common/
H A Dlocalcontribution.hh207 typedef typename BaseType :: LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::LocalContribution
208 typedef typename LocalDofVectorType::size_type SizeType;
H A Ddiscretefunction.hh628 typedef typename Traits :: LocalDofVectorType LocalDofVectorType; typedef in Dune::Fem::DiscreteFunctionDefault
997 void getLocalDofReferences ( const EntityType &entity, LocalDofVectorType &localDofs ) in getLocalDofReferences()
999 AssignVectorReference< LocalDofVectorType > assignFunctor( localDofs ); in getLocalDofReferences()
1083 typedef DynamicReferenceVector< DofType, LocalDofVectorAllocatorType > LocalDofVectorType; typedef
H A Ddiscretefunction_inline.hh31 … sizeof(typename LocalDofVectorType::value_type) ) // for PetscDiscreteFunction in DiscreteFunctionDefault()
45 … sizeof(typename LocalDofVectorType::value_type) ) // for PetscDiscreteFunction in DiscreteFunctionDefault()
59 … sizeof(typename LocalDofVectorType::value_type) ) // for PetscDiscreteFunction in DiscreteFunctionDefault()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Ddatacollector.hh696 typedef Dune::DynamicVector< DofType > LocalDofVectorType; typedef in Dune::Fem::LocalDataInliner
745 mutable LocalDofVectorType ldv_;
788 typedef Dune::DynamicVector< DofType > LocalDofVectorType; typedef in Dune::Fem::LocalDataXtractor
838 mutable LocalDofVectorType ldv_;
H A Ddiscretefunctionspace.hh683 …DynamicVector< typename BaseType::RangeFieldType, LocalDofVectorAllocatorType > LocalDofVectorType; typedef in Dune::Fem::DiscreteFunctionSpaceDefault
688 typedef BasicTemporaryLocalFunction< ThisType, LocalDofVectorType > LocalFunctionType;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/hierarchical/
H A Dfunction.hh93 typedef DynamicReferenceVector< DofType, LocalDofVectorAllocatorType > LocalDofVectorType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/petscdiscretefunction/
H A Dpetscdiscretefunction.hh70 typedef Dune::DynamicVector< DofProxyType, LocalDofVectorAllocatorType > LocalDofVectorType; typedef
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/combinedfunction/
H A Dcombinedfunction.hh71 typedef DynamicReferenceVector< DofType, LocalDofVectorAllocatorType > LocalDofVectorType; typedef