Examples
-
Solving convection-diffusion equation
In last example, a very basic 1d problem of type $u'' = f$ was constructed. In this Julia programming example a new FEM calculations is done to solve diffusion-convection equation $au'' + bu' = f$.
- Defining new problems to JuliaFEM
This is the first part of series of posts about programming new features to JuliaFEM. Simple examples demonstrating main concepts is given. As an example problem, we aim to program new truss element to JuliaFEM.
- Reordering nodes with the Reverse Cuthill-McKee algorithm
- Natural Frequency Calculation Example
The analysis is performed with JuliaFEM v0.3.3
- Instructions how to write examples using Jupyter notebook
These instructions describe how to make examples using Jupyter Notebooks.
subscribe via RSS
- Defining new problems to JuliaFEM