From: Ralf Hartmann Date: Wed, 1 Mar 2006 13:43:34 +0000 (+0000) Subject: Update of notation in the doc. X-Git-Tag: v8.0.0~12166 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749fa6617c91f06853300b7c42839729ab9c7f8c;p=dealii.git Update of notation in the doc. git-svn-id: https://svn.dealii.org/trunk@12519 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index c577f33f78..148d970120 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -398,16 +398,16 @@ void DGTransportEquation::assemble_boundary_term( // on the face. // // In addition to the cell matrix - // ``ui_vi_matrix'' this function gets - // a new argument ``ue_vi_matrix'', - // that stores contributions to the - // system matrix that are based on - // outer values of u, see $\hat u_h$ - // in the introduction, and inner - // values of v, see $v_h$. Here we - // note that ``un'' is the short - // notation for ``u_neighbor'' and - // represents $\hat u_h$. + // ``ui_vi_matrix'' this function + // gets a new argument + // ``ue_vi_matrix'', that stores + // contributions to the system matrix + // that are based on exterior values + // of $u$ and interior values of + // $v$. Here we note that ``ue'' is + // the short notation for ``u + // exterior'' and represents $u_h^-$, + // see the introduction. template void DGTransportEquation::assemble_face_term1( const FEFaceValuesBase& fe_v, @@ -473,8 +473,8 @@ void DGTransportEquation::assemble_face_term1( // ``ui_ve_matrix'' and // ``ue_ve_matrix'' that will store // contributions due to terms - // involving u and vn as well as un - // and vn. + // involving ui and ve as well as ue + // and ve. template void DGTransportEquation::assemble_face_term2( const FEFaceValuesBase& fe_v,