Skip to content

Commit 9717186

Browse files
committed
Add qualifier DN or RR for nonoverlap Schwarz BCs
1 parent 931a288 commit 9717186

File tree

58 files changed

+91
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+91
-93
lines changed

examples/adaptive-time-stepping/multi/cuboid-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ boundary conditions:
2828
- node set: nsz-
2929
component: z
3030
function: "t"
31-
Schwarz nonoverlap:
31+
Schwarz DN nonoverlap:
3232
- side set: ssz+
3333
source: cuboid-2
3434
source block: coarse

examples/adaptive-time-stepping/multi/cuboid-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ boundary conditions:
2828
- node set: nsz+
2929
component: z
3030
function: "-t"
31-
Schwarz nonoverlap:
31+
Schwarz DN nonoverlap:
3232
- side set: ssz-
3333
source: cuboid-1
3434
source block: fine

examples/ahead/nonoverlap/beam/dynamic/beam-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ boundary conditions:
3434
- node set: nsy+
3535
component: y
3636
function: "0.0"
37-
Schwarz nonoverlap:
37+
Schwarz DN nonoverlap:
3838
- side set: ssx+
3939
source: beam-2
4040
source block: coarse

examples/ahead/nonoverlap/beam/dynamic/beam-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ boundary conditions:
3535
- node set: nsy+
3636
component: y
3737
function: "0.0"
38-
Schwarz nonoverlap:
38+
Schwarz DN nonoverlap:
3939
- side set: ssx-
4040
source: beam-1
4141
source block: fine

examples/ahead/nonoverlap/bolted-joint/dynamic-sticky/joint-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ boundary conditions:
4141
- node set: loading
4242
component: z
4343
function: "4.0 * 0.5 * (1.0 - cos(pi*t / (2.0e-3)))"
44-
Schwarz nonoverlap:
44+
Schwarz DN nonoverlap:
4545
- side set: schwarz_ss_parts
4646
source: joint-2
4747
source block: component

examples/ahead/nonoverlap/bolted-joint/dynamic-sticky/joint-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ time integrator:
2222
increase factor: 1.1
2323
decrease factor: 0.5
2424
boundary conditions:
25-
Schwarz nonoverlap:
25+
Schwarz DN nonoverlap:
2626
- side set: schwarz_ss_bolts
2727
source: joint-1
2828
source side set: schwarz_ss_parts

examples/ahead/nonoverlap/bolted-joint/dynamic/joint-1-square-separate-ss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ boundary conditions:
3939
- node set: loading
4040
component: z
4141
function: "4.0 * 0.5 * (1.0 - cos(pi*t / (2.0e-3)))"
42-
Schwarz nonoverlap:
42+
Schwarz DN nonoverlap:
4343
- side set: schwarz_ss_parts_ss1
4444
source: joint-2
4545
source block: component

examples/ahead/nonoverlap/bolted-joint/dynamic/joint-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ boundary conditions:
4141
- node set: loading
4242
component: z
4343
function: "4.0 * 0.5 * (1.0 - cos(pi*t / (2.0e-3)))"
44-
Schwarz nonoverlap:
44+
Schwarz DN nonoverlap:
4545
- side set: schwarz_ss_parts
4646
source: joint-2
4747
source block: component

examples/ahead/nonoverlap/bolted-joint/dynamic/joint-2-square-separate-ss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ time integrator:
2121
increase factor: 1.1
2222
decrease factor: 0.5
2323
boundary conditions:
24-
Schwarz nonoverlap:
24+
Schwarz DN nonoverlap:
2525
- side set: schwarz_ss_bolts_ss1
2626
source: joint-1
2727
source side set: schwarz_ss_parts_ss1

examples/ahead/nonoverlap/bolted-joint/dynamic/joint-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ time integrator:
2323
increase factor: 1.1
2424
decrease factor: 0.5
2525
boundary conditions:
26-
Schwarz nonoverlap:
26+
Schwarz DN nonoverlap:
2727
- side set: schwarz_ss_bolts
2828
source: joint-1
2929
source side set: schwarz_ss_parts

0 commit comments

Comments
 (0)