paper-with-me

홈 › Papers

Athena: A New Code for Astrophysical MHD

2008-04-02 · James M. Stone, Thomas A. Gardiner, Peter Teuben, John F. Hawley, Jacob B. Simon

A new code for astrophysical magnetohydrodynamics (MHD) is described. The code has been designed to be easily extensible for use with static and adaptive mesh refinement. It combines higher-order Godunov methods with the constrained transport (CT) technique to enforce the divergence-free constraint on the magnetic field. Discretization is based on cell-centered volume-averages for mass, momentum, and energy, and face-centered area-averages for the magnetic field. Novel features of the algorithm include (1) a consistent framework for computing the time- and edge-averaged electric fields used by CT to evolve the magnetic field from the time- and area-averaged Godunov fluxes, (2) the extension to MHD of spatial reconstruction schemes that involve a dimensionally-split time advance, and (3) the extension to MHD of two different dimensionally-unsplit integration methods. Implementation of the algorithm in both C and Fortran95 is detailed, including strategies for parallelization using domain decomposition. Results from a test suite which includes problems in one-, two-, and three-dimensions for both hydrodynamics and MHD are given, not only to demonstrate the fidelity of the algorithms, but also to enable comparisons to other methods. The source code is freely available for download on the web.

📄 PDF Abstract BibTeX arXiv:0804.0402

Code (4)

mikeg64/hermes
rumpie/warp-chris-moore
thenumbernine/HydrodynamicsGPU
thenumbernine/hydro-cl-lua

Similar Papers 제목 키워드 기반

A Transformer-based Response Evaluator for Open-Domain Spoken Conversation

2023-02-09 · Vrindavan Harrison, Rishi Rajasekaran, Marilyn Walker

Many open-domain dialogue systems rely on multiple response generators, any of which can contribute a response to the dialogue in a particular context. Thus the ability to compare potential responses and then select the …

Athena 2.0: Contextualized Dialogue Management for an Alexa Prize SocialBot

2021-11-03 · EMNLP (ACL) 2021 11 · Juraj Juraska, Kevin K. Bowden, Lena Reed, Vrindavan Harrison 외

Athena 2.0 is an Alexa Prize SocialBot that has been a finalist in the last two Alexa Prize Grand Challenges. One reason for Athena's success is its novel dialogue management strategy, which allows it to dynamically cons…

Dialogue ManagementManagement

ATHENA: Agentic Team for Hierarchical Evolutionary Numerical Algorithms

2025-12-03 · Juan Diego Toscano, Daniel T. Chen, George Em Karniadakis arxiv

Progress in computational science depends on complex numerical workflows that must faithfully encode physical laws, yet translating conceptual insight into reliable code remains a major bottleneck. Although large languag…

Athena: Constructing Dialogues Dynamically with Discourse Constraints

2020-11-21 · Vrindavan Harrison, Juraj Juraska, Wen Cui, Lena Reed 외

This report describes Athena, a dialogue system for spoken conversation on popular topics and current events. We develop a flexible topic-agnostic approach to dialogue management that dynamically configures dialogue base…

Dialogue ManagementManagementRetrieval

Athena: Synergizing Data Prefetching and Off-Chip Prediction via Online Reinforcement Learning

2026-01-24 · Rahul Bera, Zhenrong Lang, Caroline Hengartner, Konstantinos Kanellopoulos 외 arxiv

Prefetching and off-chip prediction are two techniques proposed to hide long memory access latencies in high-performance processors. In this work, we demonstrate that: (1) prefetching and off-chip prediction often provid…

Reinforcement Learning