No description
  • C++ 86.1%
  • Python 6.2%
  • Smarty 2%
  • C 1.7%
  • Cython 1.5%
  • Other 2.3%
Find a file
2026-06-07 13:51:06 +02:00
3rdparty Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
agros-generator Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
agros-gui Fix material table dialog close crash 2026-06-06 22:17:32 +02:00
agros-library Stabilize nonlinear magnetic table solves 2026-06-07 13:51:06 +02:00
agros-python Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
dealii@6f07117be5 Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
debian Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
resources Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
resources_source Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
solver-plugin-amgcl Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
solver-plugin-external Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
solver-plugin-mumps Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
.gitignore Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
.gitlab-ci.yml Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
.gitmodules Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
agros.iss Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
agros2d.cmd Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
AUTHORS Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
build_deal.sh Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
CMake.vars.Windows Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
CMakeLists.txt Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
COPYING Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
CTestConfig.cmake Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
deploy.sh Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
FIXES.md Stabilize nonlinear magnetic table solves 2026-06-07 13:51:06 +02:00
INSTALL.md Document dependency installation and build steps 2026-06-07 11:34:23 +02:00
LICENSE Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
MANIFEST.in Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
README Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
tests.sh Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00
tools.py Snapshot fix material table crash and panning 2026-06-06 12:40:14 +02:00

agros - An application for solution of physical fields
============================================================

agros is a multiplatform application for the solution of physical problems based on the deal.II library, developed by the group at the University of West Bohemia in Pilsen. agros is distributed under the GNU General Public License.

Supported Physical fields
-------------------------
- Electrostatics
- Electric Currents
- Magnetic field
- Heat Transfer
- Structural Mechanics
- Acoustics
- Incompressible Flow
- RF Field

Key Features
------------
- Coupled field solution with the possibility of weak and hard coupling
- Newton and Picard solvers for nonlinear problems
- Steady state, harmonic, or transient analysis
- Automatic space (h, p and hp) and time adaptivity
- Triangle and quad meshing using Triangle or GMSH
- Curvilinear elements and arbitrary level hanging nodes
- Computing of the trajectory of charged particles in electromagnetic field
- intuitive and powerful preprocessor and postprocessor
- visualization of field variables, calculations of local values, surface and volume integrals
- scripting using Python