https://github.com/idaholab/moose
Raw File
Tip revision: 4781fcaf79a66ea8012b06da93aa744d283d2e87 authored by Alex Lindsay on 05 April 2024, 18:34:45 UTC
Merge pull request #27290 from lindsayad/valgrind-fix-27231
Tip revision: 4781fca
README.md
MOOSE
=====

[![Build status](https://civet.inl.gov/idaholab/moose/master/branch_status.svg)](https://civet.inl.gov/repo/idaholab/moose/)

The Multiphysics Object-Oriented Simulation Environment (MOOSE) is a finite-element, multiphysics framework primarily developed by [Idaho National Laboratory](http://www.inl.gov). It provides a high-level interface to some of the most sophisticated [nonlinear solver technology](http://www.mcs.anl.gov/petsc/) on the planet. MOOSE presents a straightforward API that aligns well with the real-world problems scientists and engineers need to tackle. Every detail about how an engineer interacts with MOOSE has been thought through, from the installation process through running your simulation on state of the art supercomputers, the MOOSE system will accelerate your research.

Some of the capability at your fingertips:

* Fully-coupled, fully-implicit multiphysics solver
* Dimension independent physics
* Automatically parallel (largest runs >100,000 CPU cores!)
* Modular development simplifies code reuse
* Built-in mesh adaptivity
* Continuous and Discontinuous Galerkin (DG) (at the same time!)
* Intuitive parallel multiscale solves (see videos below)
* Dimension agnostic, parallel geometric search (for contact related applications)
* Flexible, pluggable graphical user interface
* ~30 pluggable interfaces allow specialization of every part of the solve

More Information
================

**For more information, including installation instructions, please see the official website: [mooseframework.org](https://mooseframework.org)**

Contributing
============

For information on how to contribute code changes to MOOSE please [see this article](https://mooseframework.org/framework/contributing.html).
back to top