Copy input files to output folder
After reading the input, the code copies the JSON input file but the mesh(es) to the output directory.
This commit is contained in:
parent
302e4ecc1a
commit
027b346a84
2 changed files with 19 additions and 7 deletions
|
|
@ -417,6 +417,11 @@ MODULE moduleMesh
|
|||
|
||||
END INTERFACE
|
||||
|
||||
!Logical to indicate if an specific mesh for MC Collisions is used
|
||||
LOGICAL:: doubleMesh
|
||||
!Complete path for the two meshes
|
||||
CHARACTER(:), ALLOCATABLE:: pathMeshColl, pathMeshParticle
|
||||
|
||||
CONTAINS
|
||||
!Constructs the global K matrix
|
||||
SUBROUTINE constructGlobalK(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue