-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
189 additions
and
36 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
# Distributed under the MIT License. | ||
# See LICENSE.txt for details. | ||
|
||
Executable: SolvePoisson3D | ||
Testing: | ||
Check: parse;execute_check_output | ||
Timeout: 40 | ||
Priority: High | ||
ExpectedOutput: | ||
- LorentzianReductions.h5 | ||
- LorentzianVolume0.h5 | ||
OutputFileChecks: | ||
- Label: Discretization error | ||
Subfile: /ErrorNorms.dat | ||
FileGlob: LorentzianReductions.h5 | ||
SkipColumns: [0, 1, 2] | ||
AbsoluteTolerance: 0.05 | ||
|
||
--- | ||
|
||
Background: &solution Lorentzian | ||
|
||
InitialGuess: Zero | ||
|
||
RandomizeInitialGuess: None | ||
|
||
DomainCreator: | ||
Sphere: | ||
InnerRadius: 10 | ||
OuterRadius: &outer_radius 1e9 | ||
Interior: | ||
FillWithSphericity: 0. | ||
InitialRefinement: 0 | ||
InitialGridPoints: 6 | ||
UseEquiangularMap: True | ||
EquatorialCompression: None | ||
RadialPartitioning: [&outer_shell_inner_radius 20.] | ||
RadialDistribution: [Linear, &outer_shell_distribution Inverse] | ||
WhichWedges: All | ||
TimeDependentMaps: None | ||
OuterBoundaryCondition: | ||
AnalyticSolution: | ||
Solution: *solution | ||
Field: Dirichlet | ||
|
||
Discretization: | ||
DiscontinuousGalerkin: | ||
PenaltyParameter: 1. | ||
Massive: True | ||
Quadrature: GaussLobatto | ||
Formulation: WeakInertial | ||
|
||
Observers: | ||
VolumeFileName: "LorentzianVolume" | ||
ReductionFileName: "LorentzianReductions" | ||
|
||
LinearSolver: | ||
ConvergenceCriteria: | ||
MaxIterations: 10 | ||
RelativeResidual: 0. | ||
AbsoluteResidual: 1.e-3 | ||
Verbosity: Quiet | ||
|
||
Multigrid: | ||
Iterations: 1 | ||
MaxLevels: Auto | ||
PreSmoothing: True | ||
PostSmoothingAtBottom: False | ||
Verbosity: Silent | ||
OutputVolumeData: True | ||
|
||
SchwarzSmoother: | ||
Iterations: 3 | ||
MaxOverlap: 2 | ||
Verbosity: Silent | ||
SubdomainSolver: | ||
ExplicitInverse: | ||
WriteMatrixToFile: None | ||
ObservePerCoreReductions: False | ||
|
||
RadiallyCompressedCoordinates: | ||
InnerRadius: *outer_shell_inner_radius | ||
OuterRadius: *outer_radius | ||
Compression: *outer_shell_distribution | ||
|
||
EventsAndTriggers: | ||
- Trigger: HasConverged | ||
Events: | ||
- ObserveNorms: | ||
SubfileName: ErrorNorms | ||
TensorsToObserve: | ||
- Name: Error(Field) | ||
NormType: L2Norm | ||
Components: Sum | ||
- ObserveFields: | ||
SubfileName: VolumeData | ||
VariablesToObserve: | ||
- Field | ||
- Error(Field) | ||
- RadiallyCompressedCoordinates | ||
- FixedSource(Field) | ||
InterpolateToMesh: None | ||
CoordinatesFloatingPointType: Double | ||
FloatingPointTypes: [Double] | ||
|
||
PhaseChangeAndTriggers: | ||
|
||
BuildMatrix: | ||
MatrixSubfileName: Matrix | ||
Verbosity: Verbose | ||
|
||
Parallelization: | ||
ElementDistribution: NumGridPoints | ||
|
||
ResourceInfo: | ||
AvoidGlobalProc0: false | ||
Singletons: Auto |
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
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