Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 7ce911d

Browse files
author
Martin Lacroix
committed
change PFEM3D output folder
1 parent 14ab730 commit 7ce911d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/PFEM3D_Metafor/damNcomp/input_pfem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Problem = {
2525
Extractors = {
2626
{
2727
kind = "GMSH",
28-
outputFile = "pfem/fluid.msh",
28+
outputFile = "fluid.msh",
2929
writeAs = "NodesElements",
3030
whatToWrite = {"p","velocity"},
3131
timeBetweenWriting = math.huge

tests/PFEM3D_Metafor/damWcomp/input_pfem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Problem = {
2626
{
2727
kind = "GMSH",
2828
writeAs = "NodesElements",
29-
outputFile = "pfem/fluid.msh",
29+
outputFile = "fluid.msh",
3030
whatToWrite = {"p","velocity"},
3131
timeBetweenWriting = math.huge
3232
},

tests/PFEM3D_Metafor/staticNcomp/input_pfem.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Problem = {
2626
{
2727
kind = "GMSH",
2828
writeAs = "NodesElements",
29-
outputFile = "pfem/fluid.msh",
29+
outputFile = "fluid.msh",
3030
whatToWrite = {"p","velocity"},
3131
timeBetweenWriting = math.huge
3232
},

0 commit comments

Comments
 (0)