]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Merge pull request #17068 from jh66637/fix_test
authorMartin Kronbichler <martin.kronbichler@rub.de>
Fri, 24 May 2024 06:36:37 +0000 (08:36 +0200)
committerGitHub <noreply@github.com>
Fri, 24 May 2024 06:36:37 +0000 (08:36 +0200)
Fix regression test

1  2 
include/deal.II/matrix_free/fe_remote_evaluation.h

index 3ddedd344f3bc7a5e4475607f777e7088e75038f,4272efb2b4959abfba18dcc3f2db0c4955ed6bd6..6546a9825afd9775c2d72cef68a5af31b6e28756
@@@ -1208,9 -1208,15 +1208,15 @@@ namespace Utilitie
      // with the communication objects.
      FERemoteEvaluationCommunicator<dim> remote_communicator;
  
+     // if no quadrature size is set, an empty quadrature is considered
+     std::replace(global_quadrature_sizes.begin(),
+                  global_quadrature_sizes.end(),
+                  numbers::invalid_unsigned_int,
+                  0u);
      remote_communicator.reinit_faces(comm_objects,
                                       face_batch_range,
 -                                     global_quadrature_vector);
 +                                     global_quadrature_sizes);
  
      return remote_communicator;
    }

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.