Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAT

pipeline status coverage report Quality Gate

Lines of code Comment line density Coverage

Bugs Vulnerabilities Code Smells

New Bugs New Vulnerabilities New Code Smells

Mathematical problem

This C program aims at solving the following heat propagation equation

$$\frac{\partial u(x,t) }{\partial t} - \Delta u(x,t) = 0 \qquad \forall t \in [0,T] \, , \forall x \in [0,1]^2$$ $$u(x,t) = 1 \, \qquad \forall t \in [0,T] \, , \forall x \in \partial [0,1]^2.$$

Project

This program serves as a toy code. Several software engineering techniques are used:

  • CMake build system with CTest
  • Doxygen documentation
  • A pipeline to test the code, either gitlab-ci (.gitlab-ci.yml) or Jenkins (Jenkinsfile) can be used
  • Org-mode script for the code analysis and the integration into a SonarQube instance

Formation

About

A heat propagation computation program

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages