SIFEL Home page
SIFEL - SImple Finite ELements
Stationary heat problem with Dirichlet boundary conditions
- Mesh generation
- Compile simple generator of hexahedral elements gensifhex in the directory SIFEL/PREP/SEQMESHGEN/ Write simply make.
- Copy the simple generator of hexahedral elements gensifhex from the directory SIFEL/PREP/SEQMESHGEN/ into actual directory.
- Write gensifhex without any option and you will see hint.
- Write gensifhex with appropriate parameters, e.g. gensifhex trfel_stat_linhex_dirichlet.top 10.0 1.0 1.0 10 2 2 1
- The file trfel_stat_linhex_dirichlet.top can be found here.
- Preprocessor file assembling
- The preprocessor file can be found here.
- The file with material parameters is here.
- The file with cross section parameters is here.
- Compile the TRFEL preprocessor in the directory SIFEL/TRFEL/PREP by statement make.
- Copy the preprocessor transprep from the directory SIFEL/TRFEL/PREP/_DBG to the actual directory.
- Generate the input file trfel_stat_linhex_dirichlet.in by statement transprep trfel_stat_linhex_dirichlet.pr trfel_stat_linhex_dirichlet.in
- Solve problem
- Compile the TRFEL in the directory SIFEL/TRFEL/SRC by statement make.
- Copy the executable file trfel from the directory SIFEL/TRFEL/SRC/_DBG to the actual directory.
- Solve problem trfel trfel_stat_linhex_dirichlet.in
