4C Git Hash: 94d307e8b81d05a5cec0d1fd47ca58f4be040deb
Loading...
Searching...
No Matches
4C: A Comprehensive Multiphysics Simulation Framework

Overview

4C (Comprehensive Computational Community Code) is a powerful research code for multiphysics computer simulations. Building on more than 20 years of research and development, 4C can model a plethora of physical systems, including solid mechanics, fluid dynamics, scalar transport, and chemical reaction among others.

4C mainly implements finite element methods (FEM) but also offers alternative discretization methods such as discontinuous Galerkin methods (DG), particle methods, and mesh-free methods. 4C is written in C++ using modern software design and uses MPI for distributed memory hardware architectures.

Purpose of this document

This document / web page provides source code documentation via Doxygen. It documents code constructs such as classes, functions, or class members.

A high-level documentation of 4C (including a user guide and a developer guide) can be found in our user manual: https://4c-multiphysics.github.io/4C/documentation/

Further resources