shiva

Shiva Discretization Library

https://github.com/geos-dev/shiva

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Shiva Discretization Library

Basic Info
  • Host: GitHub
  • Owner: GEOS-DEV
  • License: bsd-3-clause
  • Language: C++
  • Default Branch: main
  • Size: 493 KB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 0
  • Open Issues: 4
  • Releases: 2
Created almost 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme License Code of conduct Citation

README.md

DOI codecov

Shiva

Shiva Discretization Library

Project Goals

The goals are:

  • Provide portable device callable functionality to enable the application of discrete numerical methods such as the Finite Element Method, and Finite Difference Method, etc.
  • Provide compile time interface to functionality through use of templates and constexpr for the special case where compile time knowledge is available.
  • Specialize for common use cases to achieve maximum performance. For example a Hexahedral element with 1st order Lagrange shape functions and Gauss-Legendre quadrature.
  • Support wide range of base geometries (tet, prism, pyramid, hex, polyhedral, etc), and discretization methods ( FEM, FVM, MPM, etc. )

Owner

  • Name: GEOS
  • Login: GEOS-DEV
  • Kind: organization

GEOS Simulation Framework

Citation (CITATION.cff)

cff-version: 1.2.0
message: "Publications that present Shiva and/or results using Shiva should cite as follows:"
authors:
- family-names: "Settgast"
  given-names: "Randolph Richard"
  orcid: "https://orcid.org/0000-0002-2536-7867"
- family-names: "Tobin"
  given-names: "William"
  orcid: "https://orcid.org/0009-0001-3960-6064"
- family-names: "Castelletto"
  given-names: "Nicola"
  orcid: "https://orcid.org/0000-0001-6816-6769"
- family-names: "Klevtsov"
  given-names: "Sergey"
  orcid: "https://orcid.org/0000-0001-9044-1827"
- family-names: "Cusini"
  given-names: "Matteo"
  orcid: "https://orcid.org/0000-0002-6024-861X"
- family-names: "Gazzola"
  given-names: "Thomas"
  orcid: "https://orcid.org/0000-0002-6103-4605"
title: "Shiva"
version: 0.1
doi: 10.5281/zenodo.10425647
date-released: 2023-12-19
url: "https://github.com/GEOS-DEV/Shiva"

GitHub Events

Total
  • Delete event: 8
  • Issue comment event: 7
  • Push event: 57
  • Pull request review comment event: 16
  • Pull request review event: 16
  • Pull request event: 14
  • Create event: 7
Last Year
  • Delete event: 8
  • Issue comment event: 7
  • Push event: 57
  • Pull request review comment event: 16
  • Pull request review event: 16
  • Pull request event: 14
  • Create event: 7

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 12 hours
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.75
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 12 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.75
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • rrsettgast (1)
Pull Request Authors
  • rrsettgast (12)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/continuousIntegration.yml actions
  • actions/checkout v3 composite
docker/ubi/Dockerfile docker
  • redhat/ubi8 8.8-854 build
docker/ubi-cuda11/Dockerfile docker
  • nvidia/cuda 11.8.0-devel-ubi8 build
docker/ubi-cuda12/Dockerfile docker
  • nvidia/cuda 12.2.2-devel-ubi8 build
docker/ubuntu/Dockerfile docker
  • ubuntu 22.04 build
docker/ubuntu-cuda11/Dockerfile docker
  • nvidia/cuda 11.8.0-devel-ubuntu22.04 build