Skip to content

Commit

Permalink
reorder standard-order of ogs5py files in scirpt-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jul 11, 2019
1 parent a1670c7 commit 69e3e50
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ogs5py/tools/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,27 +356,27 @@
PRIM_VAR_BY_PCS[pcs] = PRIM_VAR[i]
# file extensions of ogs5 input files (without mpd, gli_ext, rfr files)
OGS_EXT = [
".bc", # Boundary Condition
".cct", # Communication Table
".msh", # Mesh
".gli", # Geometry
".ddc", # MPI domain decomposition
".pcs", # Process settings
".rfd", # definition of time-curves for variing BCs or STs
".cct", # Communication Table
".fct", # Function
".gem", # geochemical thermodynamic modeling coupling
".gli", # Geometry
".bc", # Boundary Condition
".ic", # Initial Condition
".krc", # Kinetric Reaction
".mcp", # reactive components for modelling chemical processes
".mfp", # Fluid Properties
".st", # Source Term
".mmp", # Medium Properties
".msh", # Mesh
".msp", # Solid Properties
".num", # Settings for the numerical solver
".out", # Output Settings
".pcs", # Process settings
".pct", # Particle Definition for RANDOM_WALK
".mfp", # Fluid Properties
".mcp", # reactive components for modelling chemical processes
".gem", # geochemical thermodynamic modeling coupling
".krc", # Kinetric Reaction
".pqc", # Phreqqc coupling
".rei", # Reaction Interface
".rfd", # definition of time-curves for variing BCs or STs
".st", # Source Term
".pct", # Particle Definition for RANDOM_WALK
".num", # Settings for the numerical solver
".tim", # Time settings
".out", # Output Settings
]
"""list: all ogs file extensions"""

0 comments on commit 69e3e50

Please sign in to comment.