Files
JuliaFEM.jl/docs/src/user
Jukka Aho 9bbd9879a8 docs(user): Add linear elasticity quickstart tutorial
- Complete cantilever beam example from mesh to visualization
- Gmsh mesh creation with physical groups for BCs
- Material definition (Young's modulus and Poisson's ratio)
- Dirichlet (fixed) and Neumann (pressure) boundary conditions
- ElasticityPhysics problem setup and solve!() call
- Results visualization with stress and displacement
- 361 lines: Step-by-step user tutorial for beginners
2025-11-12 01:08:41 +02:00
..

title, description, date, author, categories, keywords, audience, level, type
title description date author categories keywords audience level type
JuliaFEM User Manual Quick start guide and practical tutorials for end users 2025-11-09 Jukka Aho
user guide
tutorial
juliafem
quick start
tutorial
examples
end users beginner manual

JuliaFEM User Manual

Audience: End users, engineers, students who want to run simulations and get results.

This manual is designed to be simple and practical - get you from zero to running simulations as quickly as possible.

What's Here

  • Quick Start: Installation and first simulation in 5 minutes
  • Tutorials: Step-by-step guides for common problems
  • Examples: Pre-built simulations you can run and modify
  • API Reference: Function documentation (what does this do?)
  • Troubleshooting: Common errors and how to fix them

What's NOT Here

  • Deep theory (see docs/book/ for that)
  • How to contribute code (see docs/contributor/ for that)
  • Internal architecture details

Philosophy

"Just show me how to solve my problem."

We assume you:

  • Have a problem to solve (heat transfer, elasticity, contact)
  • Want working code, not lectures
  • Will read theory when YOU need it, not when WE think you should

Getting Help

  1. Start with the Quick Start
  2. Find an example similar to your problem
  3. Modify it to fit your needs
  4. If stuck, check Troubleshooting
  5. Still stuck? Ask on GitHub Discussions

Next: Start with Quick Start or browse Examples