PETScBinaryIO.jl

Julia package for PETSc sparse matrix IO
Author tkonolige
Popularity
2 Stars
Updated Last
4 Years Ago
Started In
March 2017

PETScBinaryIO.jl

A Julia package for reading and writing sparse matrices in a format PETSc understands.

Exported Functions

writepetsc(filename, objs :: Vector{Union{SparseMatrixCSC, Vector}})
writepetsc(filename, mat :: SparseMatrixCSC)
writepetsc(filename, vec :: Vector)

Write a sparse matrix to filename in a format PETSc can understand.

readpetsc(filename) :: Vector{Union{SparseMatrixCSC, Vector}}

Read a sparse matrix in PETSc's binary format from filename.

Required Packages

Used By Packages

No packages found.