Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```