]> https://gitweb.dealii.org/ - dealii.git/commitdiff
more fixed environments 14516/head
authorVladimir Yushutin <vyushut@clemson.edu>
Thu, 1 Dec 2022 16:35:56 +0000 (11:35 -0500)
committerVladimir Yushutin <vyushut@clemson.edu>
Thu, 1 Dec 2022 17:05:00 +0000 (12:05 -0500)
step-85: environment added

examples/step-85/doc/intro.dox

index dbd5feca4c2fae686936bab44f6666157bf61a91..7a0ac7767ebfb7e6dbc563a3ce3ea508b8354078 100644 (file)
@@ -210,7 +210,7 @@ $T$, and depending on whether $T$ belongs to $\mathcal{T}_\Omega^h$ or not,
 we set the active_fe_index to either 0 or 1. To do so, we need to
 determine if a given cell is in $\mathcal{T}_\Omega^h$ or not.
 For this purpose, we will use the class NonMatching::MeshClassifier.
-The MeshClassifier takes the discrete level set function,
+The NonMatching::MeshClassifier takes the discrete level set function,
 described as a (DoFHandler, Vector)-pair, as arguments to its constructor:
 @code
   MeshClassifier(const DoFHandler<dim> &level_set_dof_handler,
@@ -232,7 +232,7 @@ so that the zero-contour of $\psi$ goes through $T$.
 | intersected        | $\psi(x)$ varies in sign | $T \cap \Gamma \neq \emptyset$ |
 
 Each active face is classified in the same way, according to how the sign of $\psi$ varies over the face.
-MeshClassifier lets you query this information for a given cell/face via its MeshClassifier::location_to_level_set() methods:
+NonMatching::MeshClassifier lets you query this information for a given cell/face via its NonMatching::MeshClassifier::location_to_level_set() methods:
 @code
   NonMatching::MeshClassifier<dim> mesh_classifier(dof_handler, level_set);
   mesh_classifier.reclassify();

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.