changed: use parametrized tests in SIMNodalConstraint
less code duplication and prettier ctest output
This commit is contained in:
parent
efa6c99665
commit
f56f965afc
File diff suppressed because it is too large
Load Diff
13
Apps/Common/Test/refdata/nodal_2D_E1_mixed.xinp
Normal file
13
Apps/Common/Test/refdata/nodal_2D_E1_mixed.xinp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<simulation>
|
||||||
|
<geometry>
|
||||||
|
<refine patch="1" u="7" v="7"/>
|
||||||
|
<topologysets>
|
||||||
|
<set name="E1" type="edge">
|
||||||
|
<item patch="1">1</item>
|
||||||
|
</set>
|
||||||
|
</topologysets>
|
||||||
|
</geometry>
|
||||||
|
|
||||||
|
<constraintovertex set="E1" patch="1" vertex="2" comp="1" basis="2"/>
|
||||||
|
</simulation>
|
13
Apps/Common/Test/refdata/nodal_2D_E2_mixed.xinp
Normal file
13
Apps/Common/Test/refdata/nodal_2D_E2_mixed.xinp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<simulation>
|
||||||
|
<geometry>
|
||||||
|
<refine patch="1" u="7" v="7"/>
|
||||||
|
<topologysets>
|
||||||
|
<set name="E2" type="edge">
|
||||||
|
<item patch="1">2</item>
|
||||||
|
</set>
|
||||||
|
</topologysets>
|
||||||
|
</geometry>
|
||||||
|
|
||||||
|
<constraintovertex set="E2" patch="1" vertex="1" comp="1" basis="2"/>
|
||||||
|
</simulation>
|
13
Apps/Common/Test/refdata/nodal_2D_E4_mixed.xinp
Normal file
13
Apps/Common/Test/refdata/nodal_2D_E4_mixed.xinp
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
|
<simulation>
|
||||||
|
<geometry>
|
||||||
|
<refine patch="1" u="7" v="7"/>
|
||||||
|
<topologysets>
|
||||||
|
<set name="E4" type="edge">
|
||||||
|
<item patch="1">4</item>
|
||||||
|
</set>
|
||||||
|
</topologysets>
|
||||||
|
</geometry>
|
||||||
|
|
||||||
|
<constraintovertex set="E4" patch="1" vertex="1" comp="1" basis="2"/>
|
||||||
|
</simulation>
|
Loading…
Reference in New Issue
Block a user