You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pfem2/use_cases/dam_break/example_monolithic.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
model=Model()
14
14
model_part=model.CreateModelPart("ExampleModelPart"); #we create a model part
15
15
16
-
importpfem_2_solver_monolithic_fluidaspfem_2_solver#we import the python file that includes the commands that we need
16
+
importKratosMultiphysics.PFEM2Application.pfem_2_solver_monolithic_fluidaspfem_2_solver#we import the python file that includes the commands that we need
0 commit comments