Skip to content

Commit

Permalink
Solve for BBH ID at large outer radius
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu committed Dec 26, 2023
1 parent 44bb45c commit 765e0f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions support/Pipelines/Bbh/InitialData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# See LICENSE.txt for details.

Executable: SolveXcts
ExpectedOutput:
- BbhVolume0.h5
- BbhReductions.h5

---

Expand Down Expand Up @@ -58,7 +61,7 @@ DomainCreator:
Radius: &outer_shell_inner_radius 60.
RadialDistribution: Projective
OuterShell:
Radius: &outer_radius 1e4
Radius: &outer_radius 1e9
RadialDistribution: &outer_shell_distribution Inverse
OpeningAngle: 120.0
BoundaryCondition: Flatness
Expand Down Expand Up @@ -95,7 +98,7 @@ NonlinearSolver:
NewtonRaphson:
ConvergenceCriteria:
MaxIterations: 20
RelativeResidual: 1.e-10
RelativeResidual: 0.
AbsoluteResidual: 1.e-10
SufficientDecrease: 1.e-4
MaxGlobalizationSteps: 40
Expand All @@ -106,7 +109,7 @@ LinearSolver:
Gmres:
ConvergenceCriteria:
MaxIterations: 100
RelativeResidual: 1.e-11
RelativeResidual: 1.e-3
AbsoluteResidual: 1.e-11
Verbosity: Quiet

Expand Down
2 changes: 1 addition & 1 deletion tests/InputFiles/Xcts/BinaryBlackHole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ DomainCreator:
Radius: &outer_shell_inner_radius 60.
RadialDistribution: Projective
OuterShell:
Radius: &outer_radius 300.
Radius: &outer_radius 1.e9
RadialDistribution: &outer_shell_distribution Inverse
OpeningAngle: 90.0
BoundaryCondition: Flatness
Expand Down

0 comments on commit 765e0f6

Please sign in to comment.