Skip to content

Commit

Permalink
Merge pull request #5521 from anne-glerum/fix_comment_mesh_output
Browse files Browse the repository at this point in the history
Fix comment output undeformed mesh
  • Loading branch information
gassmoeller authored Dec 12, 2023
2 parents 2a249a7 + 1479ffb commit a85739e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/aspect/postprocess/visualization.h
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ namespace aspect

/**
* For mesh deformation computations ASPECT uses an Arbitrary-Lagrangian-
* Eulerian formulation to handle deforming the domain, but we output the
* mesh in its deformed state if this flag is set to true. If set to false,
* Eulerian formulation to handle deforming the domain, and we output the
* mesh in its deformed state by default. If this flag is set to true,
* the mesh is written undeformed.
*/
bool output_undeformed_mesh;
Expand Down

0 comments on commit a85739e

Please sign in to comment.