Tagged "Math"
-
Navier-Stokes in Chapel — Distributed Cavity-Flow Solver
Posted on November 14, 2024
Writing a distributed and parallel Navier-Stokes solver in Chapel, with an MPI performance comparison
-
Navier-Stokes in Chapel — Distributed Poisson Solver
Posted on October 28, 2024
Introduction to Chapel’s distributed programming concepts used in Navier-Stokes Simulation
-
Navier-Stokes in Chapel — 2D Simulations and Performance
Posted on July 9, 2024
An exploration of Chapel’s scientific computing capabilities using the CFD Python Tutorial and a C++/OpenMP performance comparison
-
Generic Linear Multistep Method Evaluator using Chapel
Posted on May 13, 2024
In this article, we use advanced features of the Chapel type system to implement a general linear multistep method evaluator for approximating differential equations.
-
Navier-Stokes in Chapel — Introduction
Posted on April 10, 2024
A starting point for applying Chapel to scientific computing problems using the CFD Python tutorial.