From: Wolfgang Bangerth Date: Mon, 28 Oct 2013 02:23:20 +0000 (+0000) Subject: Link to a discussion in step-13. X-Git-Tag: v8.1.0~482 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0127ce0fcead0eb3b0b4313d41329ca6c691eaba;p=dealii.git Link to a discussion in step-13. git-svn-id: https://svn.dealii.org/trunk@31452 0785d39b-7218-0410-832d-ea1e28bc413d --- 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