-
China University of Petroleum, Beijing
- China, Beijing
-
05:26
(UTC +08:00)
Stars
C++ Implementation of ImmerseFlow - Navier-Stokes PDE solver for cartesian grids
Topology optimization for linear elastic minimum compliance with volume constraints on cartesian grids in 3D. Implemented using OpenMP target offloading for GPU acceleration.
RapidCFD is an OpenFOAM fork running fully on CUDA platform. Brought to you by
A Turbulent CFD solver on CPU and GPU using CUDA and Vulkan
A GPU based implicit Finite Volume solver using Python and Nvidia Warp
Sample codes for my CUDA programming book
This is a two-dimensional fluid solver written in a hybrid CPU-GPU architecture platform This code has been written as part of the requiremnts for the following courses at the University of Utah: C…
2D Unstructured-Grid CFD Solver Based on GPU
This program is 2D fluid simulation code using finite volume method with structure mesh. And these code are accelerated using GPU with cuda programming language
Evaluating several GPU libraries that implement AMG method (AMGX, Ginkgo, amgcl) on a TRUST-CFD matrix
This is a Computational Fluid Dynamics code which can run parallel on GPU nodes. Four techniques, concurrency, cuda, openacc and openmp are used to run it parallel.
High-Performance 2D CFD Solver with Kokkos Parallelization on Multi-Core CPUs and GPUs
A cfd solver implemented with the VulkanAPI for GPU compute
Python - 100天从新手到大师