Science Score: 57.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 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: ranej
  • License: other
  • Language: C++
  • Default Branch: main
  • Size: 1.34 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme License Citation

README.md

SCOREC Core

The SCOREC Core is a set of C/C++ libraries for unstructured mesh simulations on supercomputers.

For more information, start at our wiki page

What is in this repository?

  • PUMI: parallel unstructured mesh infrastructure API User's Guide
  • PCU: Communication and file IO built on MPI
  • APF: Abstract definition of meshes, fields, and related operations
  • GMI: Common interface for geometric modeling kernels
  • MDS: Compact but flexible array-based mesh data structure
  • PARMA: Scalable partitioning and load balancing procedures
  • SPR: Superconvergent Patch Recovery error estimator
  • MA: Anisotropic mixed mesh adaptation and solution transfer
  • SAM: Sizing anisotropic meshes
  • STK: Conversion from APF meshes to Sandia's STK meshes
  • ZOLTAN: Interface to run Sandia's Zoltan code on APF meshes
  • PHASTA: Tools and file formats related to the PHASTA fluid solver
  • MTH: Math containers and routines
  • CRV: Support for curved meshes with Bezier Shapes
  • PYCORE: Python Wrappers (see python_wrappers/README.md for build instructions)
  • REE: Residual based implicit error estimator

How do I get set up?

  • Dependencies: CMake for compiling and MPI for running
  • Configuration: Typical CMake configure and build. The example_config.sh shows common options to select, use a front-end like ccmake to see a full list of options
  • Tests: the test/ subdirectory has tests and standalone tools that can be compiled by explicitly listing them as targets to make.
  • Users: make install places libraries and headers in a specified prefix, application code can use these in their own compilation process. We also install pkg-config files for all libraries.

Contribution guidelines

  • Don't break the build
  • See the STYLE file
  • If in doubt, make a branch
  • Run the ctest suite
  • Don't try to force push to master or develop; it is disabled

Who do I talk to?

  • If you have a usage question or have found a bug please post an issue.
  • Otherwise, email Cameron Smith and pumi@scorec.rpi.edu.

Citing PUMI

If you use these tools, please cite the following paper:

Daniel A. Ibanez, E. Seegyoung Seol, Cameron W. Smith, and Mark S. Shephard. 2016. PUMI: Parallel Unstructured Mesh Infrastructure. ACM Trans. Math. Softw. 42, 3, Article 17 (May 2016), 28 pages. DOI: https://doi.org/10.1145/2814935

We would be happy to provide feedback on journal submissions using PUMI prior to publication.

corethinSectionMeshMotion

corethinSectionMeshMotion

Owner

  • Login: ranej
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.1.0
title: "PUMI"
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Ibanez"
    given-names: "Daniel A."
  - family-names: "Smith"
    given-names: "Cameron W."
    orcid: "https://orcid.org/0000-0001-9258-5226"  
  - family-names: "Granzow"
    given-names: "Brian"
  - family-names: "Zaide"
    given-names: "Daniel"
  - family-names: "Hakimi"
    given-names: "Morteza"
  - family-names: "Seol"
    given-names: "E. Seegyoung"
date-released: 2021-06-25
version: 2.2.6
keywords:
  - "unstructured meshes"
  - "parallel"
  - "mesh adaptation"
  - "load balancing"
  - "C++"
  - "finite elements"
references:
  - type: article
    authors:
      - family-names: "Ibanez"
        given-names: "Daniel A."
      - family-names: "Seol"
        given-names: "E. Seegyoung"
      - family-names: "Smith"
        given-names: "Cameron W."
        orcid: "https://orcid.org/0000-0001-9258-5226"  
      - family-names: "Shephard"
        given-names: "Mark S."
    title: "PUMI: Parallel Unstructured Mesh Infrastructure"
    doi: "10.1145/2814935"
    month: 6
    year: 2016
    volume: 42
    issue: "3"
    journal: "ACM Trans. Math. Softw"

GitHub Events

Total
Last Year