-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update full-scale test to include refining output.
- Loading branch information
1 parent
4d283db
commit e4aa7e1
Showing
6 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
tests/fullscale/linearelasticity/faults-2d/shearnoslip_refineoutput.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# ---------------------------------------------------------------------- | ||
# problem | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.problem.solution_observers] | ||
domain.refine_levels = 1 | ||
boundary_ypos.refine_levels = 1 | ||
|
||
|
||
# ---------------------------------------------------------------------- | ||
# materials | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.problem.materials] | ||
mat_xneg.observers.observer.refine_levels = 1 | ||
|
||
|
||
# ---------------------------------------------------------------------- | ||
# faults | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.problem.interfaces] | ||
fault_xmid.observers.observer.refine_levels = 1 | ||
|
||
|
||
# ---------------------------------------------------------------------- | ||
# boundary conditions | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.problem.bc] | ||
bc_xpos.observers.observer.refine_levels = 1 | ||
bc_ypos.observers.observer.refine_levels = 1 | ||
|
||
|
||
# End of file |
16 changes: 16 additions & 0 deletions
16
tests/fullscale/linearelasticity/faults-2d/shearnoslip_refineoutput_quad.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[pylithapp.metadata] | ||
base = [pylithapp.cfg, shearnoslip.cfg, shearnoslip_refineoutput.cfg] | ||
keywords = [quadrilateral cells] | ||
arguments = [shearnoslip_refineoutput.cfg, shearnoslip_refineoutput_quad.cfg] | ||
|
||
[pylithapp.problem] | ||
defaults.name = shearnoslip_refineoutput_quad | ||
|
||
# ---------------------------------------------------------------------- | ||
# mesh_generator | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.mesh_generator.reader] | ||
filename = mesh_quad.msh | ||
|
||
|
||
# End of file |
16 changes: 16 additions & 0 deletions
16
tests/fullscale/linearelasticity/faults-2d/shearnoslip_refineoutput_tri.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[pylithapp.metadata] | ||
base = [pylithapp.cfg, shearnoslip.cfg, shearnoslip_refineoutput.cfg] | ||
keywords = [triangular cells] | ||
arguments = [shearnoslip_refineoutput.cfg, shearnoslip_refineoutput_tri.cfg] | ||
|
||
[pylithapp.problem] | ||
defaults.name = shearnoslip_refineoutput_tri | ||
|
||
# ---------------------------------------------------------------------- | ||
# mesh_generator | ||
# ---------------------------------------------------------------------- | ||
[pylithapp.mesh_generator.reader] | ||
filename = mesh_tri.msh | ||
|
||
|
||
# End of file |