Skip to content

Commit a91e2e2

Browse files
committed
KratosMultiphysics.PFEM2Application has been added in front of pfem_2_solver_monolithic_fluid.
1 parent 602b065 commit a91e2e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pfem2/use_cases/dam_break/example_monolithic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
model = Model()
1414
model_part = model.CreateModelPart("ExampleModelPart"); #we create a model part
1515

16-
import pfem_2_solver_monolithic_fluid as pfem_2_solver #we import the python file that includes the commands that we need
16+
import KratosMultiphysics.PFEM2Application.pfem_2_solver_monolithic_fluid as pfem_2_solver #we import the python file that includes the commands that we need
1717

1818
pfem_2_solver.AddVariables(model_part)
1919

0 commit comments

Comments
 (0)