xuehao / SimpleCxxLibLinks
A simple C++ library for introductory CS. Forked from StanfordCPPLib, originally used in Stanford CS106B.
☆14Updated 9 months ago
Alternatives and similar repositories for SimpleCxxLib
Users that are interested in SimpleCxxLib are comparing it to the libraries listed below
Sorting:
- Programming Abstractions in C++. Materials for a typical CS1 / CS2 course. Inspired by Stanford CS106B.☆14Updated 9 months ago
- An intro to DG methods for PDEs☆24Updated 3 years ago
- UW–Madison Math/CS 714 code examples☆11Updated 6 months ago
- ☆20Updated 3 months ago
- 🔨 用Python+Numpy+Pytorch实现《数值分析》(Timothy Sauer著) 的所有算法。☆75Updated last year
- Finite volume method (FVM) for Euler equations☆11Updated last year
- This project focuses on the evaluation of 4 different numerical schemes / methods based on the Finite Difference (FD) approach in order t…☆8Updated 3 years ago
- A study plan of CFD in aeronautics.☆54Updated 8 years ago
- Fast Poisson Equation Solver using Discrete Cosine Transform☆22Updated last year
- Simple 2D regular-grid CFD simulation for teaching parallel scaling concepts☆10Updated 8 months ago
- Note of Youtube lecture, "2017 Numerical methods of PDE", given by Qiqi Wang☆13Updated 6 years ago
- ☆32Updated 2 years ago
- The Euler Equations of Compressible Fluid Flow☆24Updated 9 years ago
- Course materials for McGill Physics 512 (computational physics), 2024 edition☆16Updated 5 months ago
- Multi-GPU implementation of the DUGKS method.☆12Updated last year
- C++ implementation of examples☆16Updated 6 years ago
- a unified cross-architecture heterogeneous CFD solver☆29Updated 2 months ago
- A class for 3d histogram exporting to a vtk file for visulization with Paraview.☆11Updated 5 years ago
- CFD 2D solver with multi scheme.☆27Updated 5 years ago
- Some DG and WENO code of mine☆17Updated 3 months ago
- CFD_Julia - Python and C++ Implementation☆33Updated 2 years ago
- [译] 面向数据科学的概率论☆16Updated 6 years ago
- pyOpenFOAM 是一个基于有限体积方法(FVM)的计算流体动力学(CFD)库,用于模拟流体流动和热传递。该库提供了一套完整的工具来处理网格拓扑关系、方程求解、边界条件设置和结果可视化。采用OpenFOAM网格格式文件,主要离散格式和求解也参考了书籍《The Finit…☆12Updated 7 months ago
- 西北工业大学博士/硕士论文LaTeX模板,针对Windows平台集成TinyTeX引擎套装、中文字体、编译本模板所需宏包、SumatraPDF阅读器(支持热更新),总共232MB,无需安装几个GB的完整TeXLive,方便小白使用。☆6Updated 3 years ago
- Basic Finite Volume Method codes of example problems☆8Updated 2 years ago
- Python数值分析算法实践学习资料☆58Updated last year
- Convert .msh mesh file (Quadrilateral) of gmsh to .vtk file and/or .dat tecplot file☆14Updated 2 years ago
- A code for simulating fluid dynamics using the Lattice-Boltzmann method.☆23Updated 11 years ago
- A simple Fortran program of Discontinuous Galerkin method(no Limiter now) solving 2D Euler Equation with the Isentropic Vortex initial va…☆11Updated 2 years ago
- SPARTACUS: A Unified Stochastic Particle (USP) solver based on SPARTA (https://github.com/sparta/sparta)☆27Updated last month