Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/collegeville/juliapetra.jl
- Owner: Collegeville
- License: mit
- Created: 2019-02-19T23:05:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T19:53:05.000Z (over 2 years ago)
- Last Synced: 2024-11-11T05:35:29.856Z (2 months ago)
- Topics: julia, linear-algebra
- Language: Julia
- Size: 376 KB
- Stars: 3
- Watchers: 9
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.