mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Merge pull request #1873 from aprilnovak/mesh-multiplication
Allow constant scaling factor to be applied to libMesh unstructured mesh
This commit is contained in:
commit
abee7b2e84
4 changed files with 105 additions and 9 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue