Julia interface to hypre linear solvers (https://github.com/hypre-space/hypre)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
231 B

# Compat against MPI
import MPI: MPI_Comm
import MPI.API: MPI_INT, MPI_DOUBLE
# Compat against C enum type
using CEnum
# HYPRE artifact
using HYPRE_jll
# Generated API
include("./LibHYPRECommon.jl")
include("./LibHYPREAPI.jl")