fixedmeshrefinement.jl

one-dimensional fixed mesh refinement

https://github.com/auroradysis/fixedmeshrefinement.jl

Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

one-dimensional fixed mesh refinement

Basic Info
  • Host: GitHub
  • Owner: AuroraDysis
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 1000 KB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

FixedMeshRefinement.jl: one-dimensional fixed mesh refinement

Stable Dev Build Status Coverage Code Style: Blue PkgEval Aqua

Examples

  • Wave: Wave equation with reflection boundary condition.

```bash cd examples/wave

3 levels, with default subcycling, patch is at the left of the domain

julia main.jl ./config/wave_3levels.toml

3 levels, with Mongwane's subcycling, patch is at the left of the domain

julia main.jl ./config/wave3levelsmongwane.toml

3 levels, with default subcycling, patch is at the middle of the domain

julia main.jl ./config/wave3levelsmid_patch.toml

3 levels, with Mongwane's subcycling, patch is at the middle of the domain

julia main.jl ./config/wave3levelsmidpatchmongwane.toml ```

Acknowledgments

This package was originally adapted from lwJi/Infino.jl, created by lwJi. Other useful resources are JLRipley314/one-dim-amr: A simple one-dimensional AMR code and AMReX-Codes/amrex: AMReX: Software Framework for Block Structured AMR.

References

Owner

  • Name: Zhen Zhong
  • Login: AuroraDysis
  • Kind: user
  • Location: Lisbon, Portugal
  • Company: Instituto Superior Técnico

Theoretical Physics

Citation (CITATION.bib)

@misc{FixedMeshRefinement.jl,
	author  = {Zhen Zhong <auroradysis@gmail.com> and contributors},
	title   = {FixedMeshRefinement.jl},
	url     = {https://github.com/AuroraDysis/FixedMeshRefinement.jl},
	version = {v1.0.0-DEV},
	year    = {2025},
	month   = {5}
}

GitHub Events

Total
  • Watch event: 1
  • Push event: 206
  • Public event: 1
  • Pull request event: 1
  • Create event: 2
Last Year
  • Watch event: 1
  • Push event: 206
  • Public event: 1
  • Pull request event: 1
  • Create event: 2

Dependencies

.github/workflows/CI.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v5 composite
  • julia-actions/cache v2 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-docdeploy v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v2 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Register.yml actions
  • julia-actions/RegisterAction latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite