Skip to content

bindasp/FEM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finite element method

Table of contents

General info

Program for Finite Element Method classes generating temperature distribution over time within a 2D element. The program generates .vtk files which can be used to temperature simulations.

Technologies

  • Java version: 21.0
  • commons-math3 library: 3.6.1

Setup

To run this project you need to open it in java IDE and run Main file. You can also run project using Maven:

$ mvn package
# mvn exec:java

Illustrations

ParaView simulation created using output files generated by the program:

Mix grid temperature simulation:

ezgif com-animated-gif-maker

Trapeze grid temperature simulation: ezgif com-animated-gif-maker (1)

About

Finite element method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages