]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Adjust beauty / doc from review
authorBuğrahan Temür <bugrahan.temuer@tum.de>
Wed, 15 Mar 2023 18:41:44 +0000 (19:41 +0100)
committerBuğrahan Temür <bugrahan.temuer@tum.de>
Wed, 15 Mar 2023 18:41:44 +0000 (19:41 +0100)
doc/news/changes/minor/20230315Temur
include/deal.II/matrix_free/operators.h
tests/matrix_free/inverse_mass_10.cc
tests/matrix_free/inverse_mass_11.cc

index b117614031f4c1965e5c16fb3b8c6c00c9a91841..782b11ed01c4dd764be0f06b4814643e0ce9f4a0 100644 (file)
@@ -4,4 +4,4 @@ and `CellwiseInverseMassMatrixImplFlexible` have been extended.
 Internal interfaces for the coefficients now use ArrayView instead
 of AlignedVector.
 <br>
-(Bugrahan Temur, 2023/03/15)
\ No newline at end of file
+(Bugrahan Temur, 2023/03/15)
index d7f618cf86fcfd35d61485ccf6190a577a701d4f..e063c074114a702c76d34c99064a500faac73c76 100644 (file)
@@ -660,8 +660,8 @@ namespace MatrixFreeOperators
      * FEEvaluationBase::JxW() method return the information of the correct
      * cell. It is assumed that the pointers of the input and output arrays
      * are valid over the length FEEvaluation::dofs_per_cell, which is the
-     * number of entries processed by this function. The `in_array` and
-     * `out_array` arguments may point to the same memory position.
+     * number of entries processed by this function. The @p in_array and
+     * @p out_array arguments may point to the same memory position.
      */
     void
     apply(const VectorizedArrayType *in_array,
@@ -673,11 +673,11 @@ namespace MatrixFreeOperators
      * The second-rank tensor at each quadrature point defines a linear operator
      * on a vector holding the dof components. It is assumed that the passed
      * input and output arrays are of correct size, namely
-     * FEEvaluation::dofs_per_cell long. The `in_array` and `out_array`
+     * FEEvaluation::dofs_per_cell long. The @p in_array and @p out_array
      * arguments may point to the same memory position.
-     * `inverse_dyadic_coefficients` must be dofs_per_component long, and every
-     * element must be a second-rank tensor of dimension `n_components`. All
-     * entries should also contain the inverse JxW values.
+     * @p inverse_dyadic_coefficients must be `dofs_per_component` long, and
+     * every element must be a second-rank tensor of dimension @p n_components.
+     * All entries should be multiplied with the inverse `JxW` values.
      */
     void
     apply(const AlignedVector<Tensor<2, n_components, VectorizedArrayType>>
index 8bd9ab69ce153a529009ad68eec125c8ae4c7471..7e4f9676e9679f53489be1c69ef0c981c54b9604 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2020 by the deal.II authors
+// Copyright (C) 2023 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
index 4407c2e7ff5c0f63e47011304cc831193d09ac7e..1bf984c41dafeafeca4e1d6def87d3b2692f23ba 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2014 - 2020 by the deal.II authors
+// Copyright (C) 2023 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.