Commit ececf5a
Runtime BC control for both cc and fc variables (quokka-astro#1516)
### Description
Now, we define boundary conditions with a single runtime parameter. This
overrides `geometry.is_periodic = 1 1 1`. No need for `BCs_cc` in the
problem creator.
```
quokka.bc = periodic periodic reflecting
```
### Checklist
_Before this pull request can be reviewed, all of these tasks should be
completed. Denote completed tasks with an `x` inside the square brackets
`[ ]` in the Markdown source below:_
- [ ] I have added a description (see above).
- [ ] I have added a link to any related issues (if applicable; see
above).
- [ ] I have read the [Contributing
Guide](https://github.com/quokka-astro/quokka/blob/development/CONTRIBUTING.md).
- [ ] I have added tests for any new physics that this PR adds to the
code.
- [ ] *(For quokka-astro org members)* I have manually triggered the GPU
tests with the magic comment `/azp run`.
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 9f62765 commit ececf5a
178 files changed
Lines changed: 338 additions & 560 deletions
File tree
- docs/markdown
- inputs
- src
- linear_advection
- problems
- Advection2D
- AdvectionSemiellipse
- Advection
- AlfvenWaveCircular
- AlfvenWaveLinear
- BinaryOrbitCIC
- BrioWuShockTube
- CurrentSheet
- DustDamping
- DustDrag3D
- DustDrag
- DustSoundwave
- FCQuantities
- FastWave
- FieldLoop
- GravRadParticle3D
- HydroBlast2D
- HydroBlast3D
- HydroContact
- HydroHighMach
- HydroKelvinHelmholz
- HydroLeblanc
- HydroQuirk
- HydroSMS
- HydroShocktubeCMA
- HydroShocktube
- HydroVacuum
- HydroWave
- MHDBitwiseICs
- MHDBlast
- NscbcChannel
- OrszagTang
- ParticleAccretion
- ParticleCreation
- ParticleRadiation
- ParticleSF
- ParticleSinkFormation
- ParticleSink
- PassiveScalar
- PopIII
- PrimordialChem
- RadDustMG
- RadDust
- RadLineCoolingMG
- RadLineCooling
- RadMatterCouplingRSLA
- RadMatterCoupling
- RadSuOlson
- RadTube
- RadhydroBB
- RadhydroPulseDyn
- RadhydroPulseGrey
- RadhydroPulseMGconst
- RadhydroPulseMGint
- RadhydroPulse
- RadhydroShockCGS
- RadhydroShockMultigroup
- RadhydroShock
- RadhydroUniformAdvecting
- ResampledCoolingTest
- SN
- ShockCloud
- SphericalCollapse
- StarCluster
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments