# moose **Repository Path**: mirrors/moose ## Basic Information - **Project Name**: moose - **Description**: 多物理学面向对象仿真环境(MOOSE)是一个有限元、多物理学框架,主要由爱达荷国家实验室开发 - **Primary Language**: C/C++ - **License**: LGPL-2.1 - **Default Branch**: next - **Homepage**: https://www.oschina.net/p/moose - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2022-07-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: [https://mooseframework.inl.gov](https://mooseframework.inl.gov)** Contributing ============ For information on how to contribute code changes to MOOSE please [see this article](https://mooseframework.inl.gov/framework/contributing.html).