Merge pull request #1873 from aprilnovak/mesh-multiplication

Allow constant scaling factor to be applied to libMesh unstructured mesh
This commit is contained in:
Patrick Shriwise 2021-09-28 19:03:43 -05:00 committed by GitHub
commit abee7b2e84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 105 additions and 9 deletions

View file

@ -318,6 +318,10 @@ attributes/sub-elements:
:dimension:
The number of mesh cells in each direction. (For regular mesh only.)
:length_multiplier:
A multiplicative factor to apply to the mesh coordinates in all directions.
(For unstructured mesh only.)
:lower_left:
The lower-left corner of the structured mesh. If only two coordinates are
given, it is assumed that the mesh is an x-y mesh. (For regular mesh only.)