Krylov Subspace
Problem Setting In many tasks, what we want to solve is linear system where This is the operator (matvec) setting.…
Problem Setting In many tasks, what we want to solve is linear system where This is the operator (matvec) setting.…
Introduction Large deformation refers to a state in which a material or structure undergoes changes in shape or size that…
Introduction The adjoint method is a technique that exploits the constraints imposed by the PDE (via the finite element method)…
Introduction In the past, I compared computational cost between Skfem(Scikit-fem) and Ngsolve. Without doing experiments, I had already known the…
Implementation
Introduction There exists a modeling approach known as the phase-field method.It provides an effective way to represent interface motion and…
Introduction This script solves a basic torsion problem using the finite element method.We model a vertical bar, fix its bottom…
Code Pure-Python scikit-fem is highly flexible, stable, and very easy to work with. On the other hand, it may have…
Introduction As discussed in the previous article, in the density-based SIMP method it is not possible to impose a strict…
Introduction Scikit-fem is a lightweight and pure-Python finite element library designed for flexibility, transparency, and educational clarity. Unlike large compiled…