FESolvers.jl
  • Home
  • Manual
    • User problem
    • Nonlinear solvers
    • Time steppers
    • Linear solvers
  • Examples
    • Plasticity
    • Linear Time Dependent Problem
Version
  • Home
  • Home


FESolvers

Documentation for FESolvers.jl.

FESolvers.solve_problem! — Function
solve_problem!(problem, solver)

Solve a given user problem using the chosen solver

For details on the functions that should be defined for problem, see User problem

source
FESolvers.QuasiStaticSolver — Type
QuasiStaticSolver(nlsolver, timestepper)

A quasi-static solver that solves problems of the type R(X(t),t)=0. It has two parts: A nonlinear solver (see Nonlinear solvers) and a time stepper (see Time steppers).

source
User problem »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.4.0 on Thursday 2 October 2025. Using Julia version 1.11.7.