Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajacquey/beaver
Multiphysics Geomechanics for Geoenergy applications
https://github.com/ajacquey/beaver
Last synced: 2 months ago
JSON representation
Multiphysics Geomechanics for Geoenergy applications
- Host: GitHub
- URL: https://github.com/ajacquey/beaver
- Owner: ajacquey
- License: lgpl-2.1
- Created: 2022-08-09T20:43:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T17:57:20.000Z (3 months ago)
- Last Synced: 2024-10-11T22:25:42.688Z (3 months ago)
- Language: C++
- Homepage: https://ajacquey.github.io/beaver/
- Size: 12 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Beaver
=====
[![Main](https://img.shields.io/badge/docs-main-blue.svg)](https://ajacquey.github.io/beaver/)
[![Build Status](https://github.com/ajacquey/beaver/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ajacquey/beaver/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ajacquey/beaver/branch/main/graph/badge.svg)](https://codecov.io/gh/ajacquey/beaver)"Fork Beaver" to create a new MOOSE-based application.
For more information see: [http://mooseframework.org/create-an-app/](http://mooseframework.org/create-an-app/)
## How to update MOOSE submodule
```
git pull --recurse-submodules
git submodule update --remote --recursive
```