Home
last modified time | relevance | path

Searched refs:DofVectorType (Results 1 – 14 of 14) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/adaptivefunction/
H A Dadaptivefunction.hh54 typedef typename BaseType :: DofVectorType DofVectorType; typedef in Dune::Fem::AdaptiveDiscreteFunction
97 DofVectorType& dofVector ) in AdaptiveDiscreteFunction()
134 DofVectorType& dofVector() { return dofVector_; } in dofVector()
137 const DofVectorType& dofVector() const { return dofVector_; } in dofVector()
152 DofVectorType dofVector_;
153 typedef typename DofVectorType :: SizeType SizeType;
163 DofVectorType &getArray () { return dofVector_; } in getArray()
174 DofVectorType&
189 DofVectorType& allocateDofStorage ( const DiscreteFunctionSpaceType &space ) in allocateDofStorage()
192 std::pair< DofStorageInterface*, DofVectorType* > memPair in allocateDofStorage()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/blockvectorfunction/
H A Dblockvectorfunction.hh46 typedef typename BaseType :: DofVectorType DofVectorType; typedef in Dune::Fem::ISTLBlockVectorDiscreteFunction
48 typedef typename DofVectorType :: DofContainerType DofContainerType;
123 DofVectorType& dofVector() { return dofVector_; } in dofVector()
126 const DofVectorType& dofVector() const { return dofVector_; } in dofVector()
140 DofVectorType >
142 … typedef ManagedDofStorageImplementation< GridType, BlockMapperType, DofVectorType > BaseType;
147 DofVectorType myArray_;
176DofVectorType& allocateDofStorage ( const DiscreteFunctionSpaceType &space, DofContainerType* othe… in allocateDofStorage()
186 DofVectorType& dofVector_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/blockvectordiscretefunction/
H A Dblockvectordiscretefunction.hh78 typedef BlockVectorType DofVectorType; typedef in Dune::Fem::BlockVectorDiscreteFunction
91 DofVectorType& dofVector ) in BlockVectorDiscreteFunction()
130 const DofVectorType &dofVector () const in dofVector()
136 DofVectorType &dofVector () in dofVector()
149 DofVectorType& allocateDofStorage( const DiscreteFunctionSpaceType& space ) in allocateDofStorage()
151 std::pair< DofStorageInterface*, DofVectorType* > memPair( in allocateDofStorage()
152 … allocateManagedDofStorage< DofVectorType >( space.gridPart().grid(), space.blockMapper() ) ); in allocateDofStorage()
159 DofVectorType& dofVector_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/hierarchical/
H A Dfunction.hh81 …nerChooser< DofType, typename DiscreteFunctionSpaceType::LocalBlockIndices >::Type > DofVectorType; typedef
112 typedef typename BaseType::DofVectorType DofVectorType; typedef in Dune::Fem::HierarchicalDiscreteFunction
116 …ction ( const std::string &name, const DiscreteFunctionSpaceType &space, DofVectorType &dofVector ) in HierarchicalDiscreteFunction()
130 DofVectorType &dofVector () { return dofVector_; } in dofVector()
131 const DofVectorType &dofVector () const { return dofVector_; } in dofVector()
140 DofVectorType &allocateDofStorage ( const DiscreteFunctionSpaceType &space ) in allocateDofStorage()
142 …auto memPair = allocateManagedDofStorage< DofVectorType >( space.gridPart().grid(), space.blockMap… in allocateDofStorage()
148 DofVectorType &dofVector_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/tuplediscretefunction/
H A Ddiscretefunction.hh36 TupleDofVector< typename DiscreteFunctions::DofVectorType ... >
64 typedef TupleDofVector< typename DiscreteFunctions::DofVectorType ... > DofVectorType; typedef in Dune::Fem::TupleDiscreteFunction
86 DofVectorType &dofVector ) in TupleDiscreteFunction()
115 DofVectorType &dofVector () { return dofVector_; } in dofVector()
116 const DofVectorType &dofVector () const { return dofVector_; } in dofVector()
150 DofVectorType &dofVector, std::index_sequence< I ... > ) in TupleDiscreteFunction()
159 DofVectorType dofVector_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/vectorfunction/
H A Dvectorfunction.hh49 typedef typename BaseType :: DofVectorType DofVectorType; typedef in Dune::Fem::VectorDiscreteFunction
50 typedef typename DofVectorType :: DofContainerType DofContainerType;
97 DofVectorType& dofVector() { return dofVector_; } in dofVector()
100 const DofVectorType& dofVector() const { return dofVector_; } in dofVector()
113 DofVectorType dofVector_;
H A Dmanagedvectorfunction.hh61 typedef typename BaseType :: DofVectorType DofVectorType; typedef in Dune::Fem::ManagedDiscreteFunction
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/petscdiscretefunction/
H A Dpetscdiscretefunction.hh62 typedef PetscVector< DiscreteFunctionSpace > DofVectorType; typedef
65 typedef typename DofVectorType::DofBlockType DofBlockType;
89 typedef typename BaseType :: DofVectorType DofVectorType; typedef in Dune::Fem::PetscDiscreteFunction
114 DofVectorType& dofVector ) in PetscDiscreteFunction()
190 DofVectorType& dofVector() { return dofVector_; } in dofVector()
192 const DofVectorType& dofVector() const { return dofVector_; } in dofVector()
205 DofVectorType& allocateDofStorage ( const DiscreteFunctionSpaceType &space ) in allocateDofStorage()
216 DofVectorType& dofVector_;
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/common/
H A Ddiscretefunction.hh128 typedef typename Traits :: DofVectorType DofVectorType; typedef in Dune::Fem::DiscreteFunctionInterface
173 DofVectorType &dofVector() in dofVector()
177 const DofVectorType &dofVector() const in dofVector()
625 typedef typename Traits :: DofVectorType DofVectorType; typedef in Dune::Fem::DiscreteFunctionDefault
646 typedef typename DofVectorType::SizeType SizeType;
727 DofVectorType &dofVector() { return asImp().dofVector(); } in dofVector()
728 const DofVectorType &dofVector() const { return asImp().dofVector(); } in dofVector()
1065 typedef DofVector DofVectorType; typedef
1071 typedef typename DofVectorType::IteratorType DofIteratorType;
1073 typedef typename DofVectorType::DofBlockType DofBlockType;
[all …]
H A Dscalarproducts.hh71 : public ISTLScalarProductSelector< typename DiscreteFunction :: DofVectorType >
136 …typedef typename ISTLScalarProductSelector< typename DiscreteFunction :: DofVectorType > :: type B…
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/mapper/
H A Dgenericadaptivedofmapper.hh89 typedef std::vector< int > DofVectorType; typedef
90 std::vector< DofVectorType > dofs_;
96 dofs_( numOrders, DofVectorType() ), in EntityDofStorage()
113 DofVectorType& dofs = dofs_[ k ]; in assign()
114 const DofVectorType& otherDofs = other.dofs_[ k ]; in assign()
157 DofVectorType& dofs = dofs_[ determineVectorEntry( codim, polOrd ) ]; in insert()
231 DofVectorType& dofs = dofs_[ k ]; in detectUnusedDofs()
260 const DofVectorType& dofs = dofs_[ k ]; in printDofs()
275 DofVectorType& dofs = dofs_[ k ]; in removeHoles()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/test/
H A Dunitrows.cc77 typedef Dune::Fem::EigenVector< double > DofVectorType; typedef
78 …screteFunction< Dune::Fem::VectorDiscreteFunction< DiscreteSpaceType, DofVectorType > > DiscreteFu…
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fempy/py/
H A Ddiscretefunction.hh133 typedef typename DF::DofVectorType DofVector; in addDofVectorBackEnd()
157 typedef typename DF::DofVectorType DofVector; in addDofVector()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/
H A Damgistl.hh144 …ionType z( "", dfSpace_, reinterpret_cast< typename DiscreteFunctionType::DofVectorType & >( y ) ); in copyOwnerToAll()