Skip to content
Snippets Groups Projects
Commit 125887c1 authored by Kim Liégeois's avatar Kim Liégeois
Browse files

Katropton: update the CMAME test not to use tbox.Pt

parent af1024d2
No related branches found
No related tags found
1 merge request!55CMAME
Pipeline #1367 passed
......@@ -234,7 +234,7 @@ class plate_model(object):
m.Dirichlet(pbl, "inner boundary", "Clamped", 1, 0., 1, 0., 1, 0.,
0, 0., ensemble_size)
norm = tbox.Pt(0, 0, -1)
norm = tbox.Vector3d(0, 0, -1)
cont = m.Contact(pbl, 'inner part boundary', 'contact', norm)
cont.setMeshTying()
cont.setMaster(pbl, 'outer part boundary', norm)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment