Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.