Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: bcube-project
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 24.8 MB
Statistics
  • Stars: 9
  • Watchers: 3
  • Forks: 3
  • Open Issues: 31
  • Releases: 14
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

Bcube.jl

codecov Build Status

Bcube is a Julia library providing tools for the spatial discretization of partial differential equation(s) (PDE). It offers a high-level API to discretize linear or non-linear problems on unstructured mesh using continuous or discontinuous finite elements (FEM - DG).

The main features are:

  • high-level api : a(u, v) = ∫(η * ∇(u) ⋅ ∇(v))dΩ
  • 1D, 2D, 3D unstructured mesh with high-order geometrical elements (gmsh or cgns format)
  • Lagrange (continuous & discontinuous) and Taylor (discontinuous) finite elements (line, quad, tri, hexa, tetra, penta, pyra)
  • arbitrary order for hypercube Lagrange elements

Browse the documentation for more information about the code architecture and API. Commented tutorials as well as various examples can be found in the dedicated project BcubeTutorials.jl.

Installation

Bcube can be added to your Julia environment with this simple line :

julia-repl pkg> add Bcube

Alternatives

Numerous FEM-DG Julia packages are available, here is a non-exhaustive list;

Contribution

Any contribution(s) and/or remark(s) are welcome! Don't hesitate to open an issue to ask a question or signal a bug. PRs improving the code (new features, new elements, fixing bugs, ...) will be greatly appreciated.

Gallery

| Helmholtz equation | Phase field solidification | Linear transport equation | |-|-|-| | | | | | Heat equation on a sphere | Transport equation on hypersurfaces | Linear thermo-elasticity | | | | |

Authors

Ghislain Blanchard, Lokman Bennani and Maxime Bouyges

Owner

  • Name: bcube-project
  • Login: bcube-project
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Blanchard"
  given-names: "Ghislain"
- family-names: "Bennani"
  given-names: "Lokman"
- family-names: "Bouyges"
  given-names: "Maxime"
  orcid: "https://orcid.org/0000-0003-4253-2868"
title: "Bcube.jl"
doi: 10.5281/zenodo.12097780
url: "https://github.com/bcube-project/Bcube.jl"

GitHub Events

Total
  • Create event: 33
  • Release event: 3
  • Issues event: 16
  • Watch event: 4
  • Delete event: 26
  • Issue comment event: 102
  • Push event: 172
  • Pull request event: 56
  • Pull request review event: 67
  • Pull request review comment event: 34
  • Fork event: 1
Last Year
  • Create event: 33
  • Release event: 3
  • Issues event: 16
  • Watch event: 4
  • Delete event: 26
  • Issue comment event: 102
  • Push event: 172
  • Pull request event: 56
  • Pull request review event: 67
  • Pull request review comment event: 34
  • Fork event: 1

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 6
  • Total pull requests: 16
  • Average time to close issues: 4 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.33
  • Average comments per pull request: 1.19
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 7
Past Year
  • Issues: 5
  • Pull requests: 14
  • Average time to close issues: 2 days
  • Average time to close pull requests: 21 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.2
  • Average comments per pull request: 1.36
  • Merged pull requests: 7
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
  • bmxam (32)
  • Galaxxy31 (3)
  • JuliaTagBot (1)
Pull Request Authors
  • bmxam (60)
  • ghislainb (24)
  • dependabot[bot] (10)
  • github-actions[bot] (7)
  • lokmanb (1)
Top Labels
Issue Labels
enhancement (6) bug (5) question (3) performance (1) invalid (1)
Pull Request Labels
dependencies (10) enhancement (8) bug (2) github_actions (1) draft (1) documentation (1)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 2 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 14
juliahub.com: Bcube
  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2 Total
Rankings
Dependent repos count: 9.6%
Average: 24.1%
Dependent packages count: 38.6%
Last synced: 8 months ago

Dependencies

.github/workflows/Benchmark.yml actions
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/CompatHelper.yml actions
.github/workflows/Documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/draft.yml actions
.github/workflows/format_check.yml actions
  • actions/checkout v1 composite
  • julia-actions/setup-julia latest composite
.github/workflows/benchmark_pr.yml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • julia-actions/cache v1 composite
  • julia-actions/setup-julia v1 composite
  • peter-evans/create-or-update-comment v3 composite
  • peter-evans/find-comment v2 composite
.github/workflows/doc_cleanup.yml actions
  • actions/checkout v4 composite