liwendes's Stars
assimp/assimp
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
jrouwe/JoltPhysics
A multi core friendly rigid body physics and collision detection library. Written in C++. Suitable for games and VR applications. Used by Horizon Forbidden West.
wisdompeak/LeetCode
This repository contains the solutions and explanations to the algorithm problems on LeetCode. Only medium or above are included. All are written in C++/Python and implemented by myself. The problems attempted multiple times are labelled with hyperlinks.
MAZHARMIK/Interview_DS_Algo
Super Repository for Coding Interview Preperation
mfem/mfem
Lightweight, general, scalable C++ library for finite element methods
erich666/jgt-code
Code developed for articles in the "Journal of Graphics Tools"
IBAMR/IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
AMReX-Combustion/PeleC
An AMR code for compressible reacting flow simulations
VincentZalzal/noisy
A C++ type to trace calls to special member functions.
dattv/QTAdaptive
Quadtree Adaptive Mesh Refinement
AMReX-Combustion/PeleLMeX
An adaptive mesh hydrodynamics simulation code for low Mach number reacting flows without level sub-cycling.
JuliaIBPM/CartesianGrids.jl
Tools for working with spatial fields discretized on or immersed in Cartesian grids
Amr-Emad994/STLtoOpenFOAM
This repository contains a Python script for analyzing STL geometry files using VTK. The script computes various geometric properties such as volume, surface area, curvature, and more. It also identifies points inside and outside the geometry and generates a blockMeshDict for OpenFOAM.
JaneliaSciComp/Morton.jl
convert between Z-order, Cartesian, and quadtree/octree coordinates
rmrsk/EBGeometry
A C++ package for embedded boundary (EB) geometry generation.
kylekanos/spaceMARINE
Solves 2D/3D hydrodynamic problems in Eulerian framework on a Cartesian grid with Adaptive Mesh Refinement via the BoxLib library
bduncan/cutcell
Cartesian cut cell grid generator
fmihpc/dccrg
Distributed cartesian cell-refinable grid
12ff54e/BSplineInterpolation
A library providing interpolation on arbitrary dimension Cartesian mesh grid. And it's really fast.
shalabhks/cartesian_2d
Compressible solver for cartesian grid
nicolas-f/FastVoxel
Convert 3D polygonal models into a regular cartesian mesh
rjferrier/C4
An implementation of CIP (Constrained Interpolation Profile method) on a Cartesian cut cell grid.
somdeb1987/3d-advection
full petsc based 3d advection solver in cartesian mesh, will extend it for compressible flow
abarret/AdvDiffSolvers
Hybrid Cut-Cell Semi-Lagrangian advection-diffusion solver on arbitrary moving domains with Robin boundary conditions.
carlodefalco/quadgrid
simple cartesian quad grid for c++/octave
Legati0/cartesianMesher2d
Algorithm to create a cartesian mesh of multiple polygons with holes, wrapped to be used as a module in python
shriramk969596/STL_SpatialDecomposition
This repository contains utlities to spatially decompose an STL mesh onto a cartesian grid to speed up triangle lookup. It also generates flattened arrays to push the data for CUDA applications.
KieranFitzmaurice/AMR
Adaptive cartesian mesh generation for solving PDEs with boundary conditions on arbitrary geometries
Manigandanmps/VTKFileFormat
Creating cartesian mesh and stroing in VTK file format without using VTK Library