]> https://gitweb.dealii.org/ - dealii.git/commitdiff
wip PR
authorNicolas Barnafi <nabw91@gmail.com>
Mon, 25 Jul 2022 07:06:59 +0000 (09:06 +0200)
committerNicolas Barnafi <nabw91@gmail.com>
Mon, 25 Jul 2022 07:06:59 +0000 (09:06 +0200)
1  2 
include/deal.II/lac/petsc_precondition.h
source/lac/petsc_precondition.cc

index fc24b8e6f017decf2e83c3bc1da37aae653c7a4a,20a2c3a18200f1e75851292d70f93c18b4b2199b..244b33eb3433ffd332aeeba67cba88f2a9c3f20e
@@@ -977,16 -988,16 +988,15 @@@ namespace PETScWrapper
         * than what is exposed here.
         */
        AdditionalData(const bool                    use_vertices = true,
 -                     const bool                    use_edges_   = false,
 -                     const bool                    use_faces_   = false,
 -                     const bool                    symmetric_   = false,
 -                     const unsigned int            coords_cdim_ = 0,
 -                     const types::global_dof_index coords_n_    = 0,
 -                     const PetscReal *             coords_data_ = nullptr);
 -
 +                     const bool                    use_edges    = false,
 +                     const bool                    use_faces    = false,
 +                     const bool                    symmetric    = false,
 +                     const unsigned int            coords_cdim  = 0,
 +                     const types::global_dof_index coords_n     = 0,
 +                     const PetscReal *             coords_data  = nullptr);
        /**
         * This flag sets the use of degrees of freedom in the vertices of the
-        * subdomain as primal variables.
+        * subdomains as primal variables for the creation of the coarse space.
         */
        bool use_vertices;
  
Simple merge

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.