From 8db8acfb7385fd78a47b91ef31bbf064d6e54228 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Thu, 21 Jun 2018 16:27:59 +0200 Subject: [PATCH] [T] LIE/M; Add geometries for fracture boundary. --- Tests/Data/LIE/Mechanics/single_joint_3D.gml | 4 ++-- Tests/Data/LIE/Mechanics/single_joint_3D.prj | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Tests/Data/LIE/Mechanics/single_joint_3D.gml b/Tests/Data/LIE/Mechanics/single_joint_3D.gml index 5b6b7106820..7ec3aa7003f 100644 --- a/Tests/Data/LIE/Mechanics/single_joint_3D.gml +++ b/Tests/Data/LIE/Mechanics/single_joint_3D.gml @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fc9fec86c4fbeca01455ae69618ef5ac4b26689de3e760af212391dfe6eb33ac -size 2233 +oid sha256:5ab90f0d7576d825d88ab06454af74416a46b5b5b4a55f4df3b71739ab1115ee +size 2820 diff --git a/Tests/Data/LIE/Mechanics/single_joint_3D.prj b/Tests/Data/LIE/Mechanics/single_joint_3D.prj index 932abc275f5..ed01f50d456 100644 --- a/Tests/Data/LIE/Mechanics/single_joint_3D.prj +++ b/Tests/Data/LIE/Mechanics/single_joint_3D.prj @@ -2,6 +2,11 @@ <OpenGeoSysProject> <mesh>single_joint_beta50_3D.vtu</mesh> <geometry>single_joint_3D.gml</geometry> + <search_length_algorithm> + <type>fixed</type> + <value>1e-8</value> + </search_length_algorithm> + <processes> <process> <name>SD</name> @@ -199,14 +204,14 @@ <boundary_conditions> <boundary_condition> <geometrical_set>single_joint_3D</geometrical_set> - <geometry>front</geometry> + <geometry>fracture_front</geometry> <type>Dirichlet</type> <component>2</component> <parameter>zero_u</parameter> </boundary_condition> <boundary_condition> <geometrical_set>single_joint_3D</geometrical_set> - <geometry>back</geometry> + <geometry>fracture_back</geometry> <type>Dirichlet</type> <component>2</component> <parameter>zero_u</parameter> -- GitLab