We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2f767 commit c5190bdCopy full SHA for c5190bd
2 files changed
kratos.gid/apps/MPM/app.json
@@ -46,7 +46,8 @@
46
"coordinates": "all",
47
"materials_file": "ParticleMaterials.json",
48
"properties_location": "json",
49
- "model_part_name": "Background_Grid"
+ "model_part_name": "Background_Grid",
50
+ "write_mdpa_mode": "entities"
51
},
52
"main_launch_file": "../../exec/MainKratos.py",
53
"examples": "examples/examples.xml"
kratos.gid/apps/MPM/write/write.tcl
@@ -20,6 +20,7 @@ proc MPM::write::Init { } {
20
SetAttribute materials_file [::MPM::GetWriteProperty materials_file]
21
SetAttribute properties_location [::MPM::GetWriteProperty properties_location]
22
SetAttribute model_part_name [::MPM::GetWriteProperty model_part_name]
23
+ SetAttribute write_mdpa_mode [::MPM::GetWriteProperty write_mdpa_mode]
24
}
25
26
# Events
0 commit comments