Fix misspell

This commit is contained in:
gdd 2010-05-04 14:11:21 +00:00
parent cd9eb1306d
commit 05577711c3

View File

@ -197,8 +197,8 @@ is:
</ul> </ul>
The submeshes can become concurrent if their algorithms leads to mesh shared subshape The submeshes can become concurrent if their algorithms leads to mesh shared subshape
with different algorithms (or different algorithms parameters, i.e. hypothesises). with different algorithms (or different algorithms parameters, i.e. hypothesises).
In fact, we have three submeshes with concurrent algorithms, becase In fact, we have three submeshes with concurrent algorithms, because
they has different hypothesises assigned to them. they have different hypothesises assigned to them.
The first mesh computation made with: The first mesh computation made with:
\image html mesh_order_123.png \image html mesh_order_123.png
@ -219,8 +219,8 @@ And the last mesh computation with:
<center><em>"Result mesh with order SubMesh_3, SubMesh_2, SubMesh_1 "</em></center> <center><em>"Result mesh with order SubMesh_3, SubMesh_2, SubMesh_1 "</em></center>
As we can see each mesh computation has different number of result As we can see each mesh computation has different number of result
elements and different mesh descretisation on shared edges (edges, elements and different mesh discretisation on shared edges (edges
that shared between <b>Face_1</b>, <b>Face_2</b> and <b>Face_3</b>) that are shared between <b>Face_1</b>, <b>Face_2</b> and <b>Face_3</b>)
Additionally, submesh priority (order of algorithms to be applied) can Additionally, submesh priority (order of algorithms to be applied) can
be modified not only in separate dialog box, but in <b>Preview</b> be modified not only in separate dialog box, but in <b>Preview</b>
@ -229,11 +229,11 @@ order.
\image html mesh_order_preview.png \image html mesh_order_preview.png
<center><em>"Preview with submesh priority list box"</em></center> <center><em>"Preview with submesh priority list box"</em></center>
If no concurrent submeshes under Mesh object user will see the If there are no concurrent submeshes under Mesh object, then user will see the
following information dialog box following information dialog box
\image html mesh_order_no_concurrent.png \image html mesh_order_no_concurrent.png
<center><em>"No concurrent submeshes detected"</em></center> <center><em>"No concurrent submeshes detected"</em></center>
and no mesh order list box appear in Preview dialog box. and no mesh order list box will appear in Preview dialog box.
</ol> </ol>