]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Minor cleanup to test of non_matching::FEValues 13398/head
authorSimon Sticko <simon@sticko.se>
Wed, 16 Feb 2022 14:42:12 +0000 (15:42 +0100)
committerSimon Sticko <simon@sticko.se>
Wed, 16 Feb 2022 14:42:12 +0000 (15:42 +0100)
tests/non_matching/fe_values.cc

index 0e15ab086f0505ac8dde02f51b4d991df05c121e..9ae268beea479662f76ae0bfb8a394f8be190861 100644 (file)
@@ -67,9 +67,10 @@ assert_doesnt_have_value(const std_cxx17::optional<FEVALUES> &fe_values)
 // Test the following:
 // 1. That we can construct a NonMatching::FEValues object.
 // 2. That when we call reinit on each cell in the triangulation,
-// the boost::optionals that we get from get_inside/outside/surface_fe_values
-// are set up correctly. That is, the optionals that should contain a value do
-// and the ones that should not contain a value do not.
+// the std_cxx17::optionals that we get from
+// get_inside/outside/surface_fe_values are set up correctly. That is, the
+// optionals that should contain a value do and the ones that should not contain
+// a value do not.
 template <int dim>
 class Test
 {
@@ -94,7 +95,7 @@ private:
 
   Triangulation<dim>    triangulation;
   hp::FECollection<dim> fe_collection;
-  hp::DoFHandler<dim>   dof_handler;
+  DoFHandler<dim>       dof_handler;
 
   hp::MappingCollection<dim> mapping_collection;
   hp::QCollection<dim>       q_collection;

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.