Skip to content

jbarus/FEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

Main task of the program is to provide simple calculations related to heat transfer. It used, among others: Fourier-Kirchhoff equations or the principles of the finite element method.

Technologies

Project is created with:

  • Java version: 21.0
  • Lombok library version: 1.18.30
  • Commons Math library version: 3.6.1

Setup

This project uses Maven, so to run it locally use following commands:

mvn package
mvn exec:java

Illustrations

Program can print output to console for further analysis:

or format output as files:

so it can be used in ParaView:

About

Project for Finite Element Method class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages