Skip to content

Commit 47d621f

Browse files
resolve #17, added a cuDSS test
1 parent cb9f3d4 commit 47d621f

File tree

3 files changed

+25061
-0
lines changed

3 files changed

+25061
-0
lines changed

tests/cu01/problem.data

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
<!-- Include the finite element mesh data from another file -->
3+
4+
<Include source="problem.mesh"/>
5+
6+
<!-- Define the constraints (supports). -->
7+
8+
<NodeConstraints>
9+
10+
dy[BottomNodes] = 0.0;
11+
dx[BottomNodes] = 0.0;
12+
13+
</NodeConstraints>

0 commit comments

Comments
 (0)