mirror of https://github.com/fredrikekre/HYPRE.jl
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.
17 lines
357 B
17 lines
357 B
# SPDX-License-Identifier: MIT |
|
|
|
module Internals |
|
|
|
function check_n_rows end |
|
function to_hypre_data end |
|
function get_comm end |
|
function get_proc_rows end |
|
function init_matrix end |
|
function init_vector end |
|
function assemble_matrix end |
|
function assemble_vector end |
|
function set_options end |
|
function solve_func end |
|
function setup_func end |
|
|
|
end # module Internals
|
|
|