DISPATCH

Table of contents:

  • 1. Overview
  • 2. User Guide
  • 3. Technical Details
    • 3.1. Adaptive Mesh Refinement
      • 3.1.1. Refine event sequence
      • 3.1.2. Derefine event sequence
      • 3.1.3. New AMR tasks
      • 3.1.4. Adding a new task
      • 3.1.5. Removing a task
      • 3.1.6. Garbage collection
      • 3.1.7. Nbor list dead-lock
      • 3.1.8. Nbor list handling
      • 3.1.9. Nbor list protocol
      • 3.1.10. Nbor task access protocol
      • 3.1.11. Handling bits%init_nbors
      • 3.1.12. Consistency with MPI
      • 3.1.13. MPI action items
      • 3.1.14. MPI I/O for AMR
      • 3.1.15. Snapshot save
      • 3.1.16. Snapshot restore
      • 3.1.17. PDF I/O for AMR
      • 3.1.18. Level support
      • 3.1.19. Flux consistency
      • 3.1.20. Child task management
      • 3.1.21. Event sequences
      • 3.1.22. nbor list consistency
      • 3.1.23. Nbor list renewal
      • 3.1.24. Nbor list use
      • 3.1.25. Task handling
    • 3.2. Coding standard
    • 3.3. Compilation
    • 3.4. Forces
    • 3.5. Google docs
    • 3.6. GIT best practices
    • 3.7. Object hierarchy
    • 3.8. jobcontrol.csh
    • 3.9. Locking issues
    • 3.10. Maintenance
    • 3.11. MPI
    • 3.12. Python implementation
    • 3.13. Radiative Transfer
    • 3.14. dispatch.readthedocs.io
    • 3.15. Sink-particles
    • 3.16. Stationary Lagrangian
    • 3.17. Task lists
    • 3.18. Task locking
    • 3.19. Timeslots
  • 4. Auto-generated documentation
DISPATCH
  • Docs »
  • 3. Technical Details »
  • 3.1. Adaptive Mesh Refinement
  • View page source

3.1. Adaptive Mesh Refinement¶

  • 3.1.1. Refine event sequence
  • 3.1.2. Derefine event sequence
  • 3.1.3. New AMR tasks
  • 3.1.4. Adding a new task
  • 3.1.5. Removing a task
  • 3.1.6. Garbage collection
  • 3.1.7. Nbor list dead-lock
  • 3.1.8. Nbor list handling
  • 3.1.9. Nbor list protocol
  • 3.1.10. Nbor task access protocol
  • 3.1.11. Handling bits%init_nbors
  • 3.1.12. Consistency with MPI
  • 3.1.13. MPI action items
  • 3.1.14. MPI I/O for AMR
  • 3.1.15. Snapshot save
  • 3.1.16. Snapshot restore
  • 3.1.17. PDF I/O for AMR
  • 3.1.18. Level support
  • 3.1.19. Flux consistency
    • 3.1.19.1. Same resolution and timestep
    • 3.1.19.2. Same resolution, different timesteps
    • 3.1.19.3. Same resolution, time extrapolation
    • 3.1.19.4. Different resolution
    • 3.1.19.5. Maintaining consistency
    • 3.1.19.6. Conserving diV(B)
  • 3.1.20. Child task management
  • 3.1.21. Event sequences
  • 3.1.22. nbor list consistency
  • 3.1.23. Nbor list renewal
  • 3.1.24. Nbor list use
  • 3.1.25. Task handling
Next Previous

© Copyright 2019, Åke Nordlund

Built with Sphinx using a theme provided by Read the Docs.