Skip to content

Commit c8d659e

Browse files
dependencies in parts. Fixes #872
1 parent 9dcde3c commit c8d659e

8 files changed

Lines changed: 88 additions & 78 deletions

File tree

kratos.gid/apps/ConvectionDiffusion/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<condition n="CNVDFFParts" pn="Parts" ov="[CheckGeometry 1]" icon="reservoir16" help="Select your group" un="CNVDFFParts">
2+
<condition n="CNVDFFParts" pn="Parts" ov="[CheckGeometry 1]" icon="reservoir16" help="Select your group" un="CNVDFFParts" update_proc="UpdateParts">
33
<value n="Element" pn="Element" v="" dict="[GetElements ElementType ConvectionDiffusion]" actualize="1" values="" state="hidden">
44
<dependencies node="../value[@n!='Material']" actualize="1"/>
55
</value>

kratos.gid/apps/DEM/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<condition n="DEMParts" pn="Define particle groups" ov="[GetDEMPartsOvWhat]" icon="shells16" help="Each group of particles must be defined here. Particles with different properties must be assigned to different groups." un="DEMParts">
3+
<condition n="DEMParts" pn="Define particle groups" ov="[GetDEMPartsOvWhat]" icon="shells16" un="DEMParts" update_proc="UpdateParts" help="Each group of particles must be defined here. Particles with different properties must be assigned to different groups.">
44
<value n="Element" pn="Element" actualize="1" values="" v="" dict="[GetElements ElementType DEM]" help="Select an element" state="hidden">
55
<dependencies node="../value[@n = 'ConstitutiveLaw']" actualize="1" />
66
</value>

kratos.gid/apps/Dam/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<condition n="Parts" pn="Parts" ov="[CheckGeometryStructural]" icon="shells16" help="Select your group" un="DamParts">
2+
<condition n="Parts" pn="Parts" ov="[CheckGeometryStructural]" icon="shells16" help="Select your group" un="DamParts" update_proc="UpdateParts">
33
<value n="Element" pn="Element" actualize_tree="1" v="" values="[GetElementsValues]" dict="[GetElementsDict]">
44
<dependencies node="../value[@n!='Material']" actualize="1"/>
55
</value>

kratos.gid/apps/Fluid/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22

3-
<condition n="FluidParts" pn="Parts" ov="[CheckGeometry 1]" icon="reservoir16" help="Select your group" un="FLParts" update_proc="MaxGroups">
3+
<condition n="FluidParts" pn="Parts" ov="[CheckGeometry 1]" icon="reservoir16" help="Select your group" un="FLParts" update_proc="UpdateParts">
44
<value n="Element" pn="Element" v="" dict="[GetElements]" actualize="1" values="">
55
<dependencies node="../value[@n!='Material']" actualize="1"/>
66
</value>

kratos.gid/apps/MPM/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<container n="Parts" pn="Parts" un="STParts,MPMParts" icon="shells16" >
2+
<container n="Parts" pn="Parts" un="STParts,MPMParts" icon="shells16" update_proc="UpdateParts">
33
<dynamicnode command="spdAux::injectPartsByElementType" args="ImplementedInApplication ParticleMechanicsApplication"/>
44
</container>

kratos.gid/apps/ShallowWater/xml/Parts.spd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<condition n="ShallowWaterParts" pn="Parts" ov="[CheckGeometry 1]" icon="land" help="Select the parts of the domain." un="SWParts">
2+
<condition n="ShallowWaterParts" pn="Parts" ov="[CheckGeometry 1]" icon="land" help="Select the parts of the domain." un="SWParts" update_proc="UpdateParts">
33
<value n="Element" pn="Element" v="GENERIC_ELEMENT" actualize="1" state="hidden">
44
<dependencies node="../value[@n!='Material']" actualize="1"/>
55
</value>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<container n="Parts" pn="Parts" un="STParts" icon="shells16" >
2+
<container n="Parts" pn="Parts" un="STParts" icon="shells16" update_proc="UpdateParts">
33
<dynamicnode command="spdAux::injectPartsByElementType" args="ImplementedInApplication StructuralMechanicsApplication"/>
44
</container>

0 commit comments

Comments
 (0)