From: Nicolas Barnafi Date: Mon, 25 Jul 2022 07:06:59 +0000 (+0200) Subject: wip PR X-Git-Tag: v9.5.0-rc1~947^2~13 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae6741d103df68b3f8ea37ccc779e54834393a7;p=dealii.git wip PR --- cae6741d103df68b3f8ea37ccc779e54834393a7 diff --cc include/deal.II/lac/petsc_precondition.h index fc24b8e6f0,20a2c3a182..244b33eb34 --- a/include/deal.II/lac/petsc_precondition.h +++ b/include/deal.II/lac/petsc_precondition.h @@@ -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;