Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/collegeville/juliapetra.jl

An implementation of the Petra Object Model in Julia
https://github.com/collegeville/juliapetra.jl

julia linear-algebra

Last synced: 2 months ago
JSON representation

An implementation of the Petra Object Model in Julia

Awesome Lists containing this project

README

        

# JuliaPetra

[![Build Status](https://travis-ci.org/Collegeville/JuliaPetra.jl.svg?branch=master)](https://travis-ci.org/Collegeville/JuliaPetra.jl)
[![Stable Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://Collegeville.github.io/JuliaPetra.jl/stable/)
[![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://Collegeville.github.io/JuliaPetra.jl/latest/)

This is an implementation of [Trilinos's Petra Object Model](https://trilinos.github.io/data_service.html#trilinos-packages) in Julia.
It is a basic framework for sparse linear algebra.

## License

JuliaPetra is licensed under the MIT "Expat" license. See LICENSE.md for more information.

## Setup

JuliaPetra is registered with the default package registry.
So to install it, run `add JuliaPetra` from the Pkg REPL.