Home
last modified time | relevance | path

Searched defs:leakPointer (Results 1 – 3 of 3) sorted by relevance

/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/adaptivefunction/
H A Dadaptivefunction.hh130 DofType* leakPointer() { return dofVector().data(); } in leakPointer() function in Dune::Fem::AdaptiveDiscreteFunction
131 const DofType* leakPointer() const { return dofVector().data(); } in leakPointer() function in Dune::Fem::AdaptiveDiscreteFunction
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/solver/test/
H A Dnewtontest.cc78 double* leakPointer() { return &this->operator[](0); } in leakPointer() function in DummyFunction
79 const double* leakPointer() const { return &this->operator[](0); } in leakPointer() function in DummyFunction
H A Dodetest.cc123 double* leakPointer() { return &this->operator[](0); } in leakPointer() function in myDest
124 const double* leakPointer() const { return &this->operator[](0); } in leakPointer() function in myDest