From 443ea60019cc10a06c0b0df04d4e3bb4b37c3d55 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Oct 2013 02:23:20 +0000 Subject: [PATCH] Link to a discussion in step-13. git-svn-id: https://svn.dealii.org/trunk@31452 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 99c18dc75e..cd2207025f 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -2192,9 +2192,11 @@ namespace Step32 // std_cxx1x::_3 for the local assembly function that specify // cell, scratch data, and copy data, as well as the placeholder // std_cxx1x::_1 for the copy function that expects the - // data to be written into the global matrix. On the other hand, the - // implicit zeroth argument of member functions (namely the - // this pointer of the object on which that member + // data to be written into the global matrix (for placeholder + // arguments, also see the discussion in step-13's + // assemble_linear_system() function). On the other + // hand, the implicit zeroth argument of member functions (namely + // the this pointer of the object on which that member // function is to operate on) is bound to the // this pointer of the current function. The // WorkStream::run function, as a consequence, does not need to know -- 2.39.5