Lists (12)
Sort Name ascending (A-Z)
Starred repositories
A curated list of awesome things related to HarmonyOS. 华为鸿蒙操作系统。
FreeRDP is a free remote desktop protocol library and clients
An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Parallel solvers for sparse linear systems featuring multigrid methods.
Node.js library for easily creating an ePaper display on a Raspberry PI using HTML and Javascript.
Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters
C and Python examples from my book on using PETSc and Firedrake to solve PDEs
Solver for wind farm simulations targeting exascale computational platforms
A Full-Newton Finite Element Program for Free and Moving Boundary Problems with Coupled Fluid/Solid Momentum, Energy, Mass, and Chemical Species Transport
Quadtree/octree adaptive PDE solver based based on p4est.
Fast rainflow counting written in C (C99). Including wrappers for MATLAB and Python
OpenCAL, the Open Computing Abstraction Layer Domain Specific Language for Structured Grid Meshes
A wearable e-paper device to track the covid19 status
A suite of tools for geometric analysis of metal castings
Numerical solution of the three dimensional transient heat equation.
An introduction to phase field modelling of microstructure evolution using OpenCL. 2D Kobayashi dendrite growth, Spinodal decomposition and Diffusion are discussed.
Solving Transient Diffusion equation using Crank-Nicholson scheme and alternating line by line TDMA method
A project to show how the temperatures on points of a metal alloy change and diffuse over time. This project utilized the ForkJoinPool, RecursiveAction, & Phaser. The second part of the project was…
1D diffusion solver by the TDMA using the finite volume method.
Solving a 2D diffusion equation using finite volume methods requires one to invert huge sparse matrices. We compare iterative methods such as Gauss-Siedel method, line-by-line TDMA method, Steepest…