Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j-fu/amgclwrap.jl
Julia wrapper around a subset of AMGCL, an Algebraic Multigrid computational library
https://github.com/j-fu/amgclwrap.jl
krylov-subspace-methods multigrid openmp precoditioning
Last synced: about 1 month ago
JSON representation
Julia wrapper around a subset of AMGCL, an Algebraic Multigrid computational library
- Host: GitHub
- URL: https://github.com/j-fu/amgclwrap.jl
- Owner: j-fu
- License: mit
- Created: 2023-12-31T01:56:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T23:40:49.000Z (11 months ago)
- Last Synced: 2024-04-26T01:07:01.081Z (8 months ago)
- Topics: krylov-subspace-methods, multigrid, openmp, precoditioning
- Language: Julia
- Homepage:
- Size: 211 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AMGCLWrap
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://j-fu.github.io/AMGCLWrap.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://j-fu.github.io/AMGCLWrap.jl/dev/)
[![Build Status](https://github.com/j-fu/AMGCLWrap.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/j-fu/AMGCLWrap.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)Julia wrapper around a subset of [AMGCL](https://github.com/ddemidov/amgcl) via the C wrapper [AMGCL_C](https://github.com/j-fu/amgcl_c).
If you find this package useful, please [give credits](https://github.com/ddemidov/amgcl?tab=readme-ov-file#referencing) to the author of AMGCL.