p-sto / ConjugateGradientsLinks
Implementation of ConjugateGradients method using C and Nvidia CUDA
☆51Updated 3 years ago
Alternatives and similar repositories for ConjugateGradients
Users that are interested in ConjugateGradients are comparing it to the libraries listed below
Sorting:
- GPU-Accelerated multigrid solver for Poisson's equation in 2D☆23Updated 4 years ago
- A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library☆19Updated 5 years ago
- An open source library for the GPU-implementation of L-BFGS-B algorithm☆133Updated 7 months ago
- Conjugate Gradient for Least Squares in CUDA☆52Updated 9 years ago
- test for different solvers: suitesparse-chol mkl-pardiso eigen-ldlt suitesparse-umf gpu-cublas eigen-cg.☆25Updated 6 years ago
- A symbolic asymptotic numerical solver☆34Updated 3 years ago
- Robust Coarse Curved TetMesh Generation☆36Updated last year
- Geometry Processing Package☆55Updated 2 years ago
- Conjugate Gradient solver written in CUDA☆29Updated 5 years ago
- Finite Element Codebase for Triangle/Tetrahedral Meshes☆64Updated 11 months ago
- Code for the Siggraph Asia 2020 submission☆44Updated 4 years ago
- A C++/CUDA library to efficiently compute neighborhood information on the GPU for 3D point clouds within a fixed radius.☆106Updated last year
- Level Set Method Library☆94Updated 3 years ago
- Source code repository for the projects from CUDA for Engineers☆132Updated 3 years ago
- Anderson acceleration for geometry optimization and physics simulation☆46Updated 6 years ago
- A tiny C++ library to read/write ASCII/binary MSH format files.☆44Updated 9 months ago
- A robust cut-cell mesh generator for arbitrary triangle-mesh inputs☆81Updated 2 years ago
- Algebraic Representations for Volumetric Frame Fields☆23Updated 4 years ago
- An automatic Voxelization/Octree based Hexahedral Mesh Generation☆66Updated 4 years ago
- MWE for using the Eigen library in CUDA kernels☆119Updated 2 years ago
- Little helper project that builds a BVH over triangles, and allows for querying closest surface point for given input point☆24Updated 3 years ago
- Parallel and Scalable Heat Methods for Geodesic Distance Computation☆31Updated 6 years ago
- An incompressible fluid solver written in Taichi language.☆35Updated 3 years ago
- Hierarchical Sparsify and Compensate - fast preconditioner for Laplacian matrices☆19Updated 11 years ago
- Fast CUDA 3x3 SVD☆73Updated 6 years ago
- EGGS, a method to speed up sparse matrix operations when the same sparsity is used for multiple times. This repo contains examples that s…☆25Updated 4 years ago
- Source code of SIGGRAPH 2020 paper: Cut-enhanced PolyCube-Maps for Feature-aware All-Hex Meshing☆39Updated 4 months ago
- 3D Constrained Delaunay Refinement on the GPU