Skip to content

Commit

Permalink
corrected and checked meshrefinement.md documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fhld committed Apr 22, 2024
1 parent 5840ddc commit 20fa677
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/documentation/tutorials/meshrefinement.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Mesh Refinement

It is often desirable to refine existing meshes, by subdividing the elements into smaller elements. As HOPR implements this feature for Hexahedra only, it is controlled by the flag `nFineHexa=x`, where x specifies the number of subdivision of each element. For meshes containing other element types than hexahedra, this option is not applicable. Up to now, the refinement only works for hexa with linear edges.
It is often desirable to refine existing meshes, which is done by subdividing the elements into smaller elements.
Up to now, the refinement only works for hexahedra with linear edges.
For meshes containing other element types than hexahedra, this option is not applicable.
The feature is controlled by the flag `nFineHexa=x`, where x specifies the number of subdivisions of each element in each spatial direction.

<table align="center" style="width:100%">
<tr>
Expand All @@ -26,6 +29,6 @@ It is often desirable to refine existing meshes, by subdividing the elements int

<h4>Parameter File<a class="headerlink" href="#parameter-file" title="Permalink to this heading"></a></h4>

To test this feature add `nFineHexa=2` to the parameter file, which is also found in
To test this feature, add `nFineHexa=2` to the parameter file, which is also found in

tutorials/2-01-external_meshes_sphere/parameter.ini

0 comments on commit 20fa677

Please sign in to comment.