Install PETSc with Nix
Nix is a functional package manager and build system that treats software environments as pure, declarative specifications rather than mutable…
Nix is a functional package manager and build system that treats software environments as pure, declarative specifications rather than mutable…
Introduction Large deformation refers to a state in which a material or structure undergoes changes in shape or size that…
Introduction In the past, I compared computational cost between Skfem(Scikit-fem) and Ngsolve. Without doing experiments, I had already known the…
Implementation
Introduction You must create new test environment with pyenv in order to verify if test works in the environment. Cmd
Code Pure-Python scikit-fem is highly flexible, stable, and very easy to work with. On the other hand, it may have…
OPENBLAS_NUM_THREADS=5 MKL_NUM_THREADS=5 NUMEXPR_MUM_THREAD=5 python contact.py
Introduction CutFEM (Cut Finite Element Method) is a framework that allows the finite element method to be applied even when…
Introduction Since Julia has great package Gridap, which is able to deal with FEM computation efficiently, Julia lang is one…
Data Structure in FaceLabeling I struggled with ChatGPT to resolve bugs in my code, but finally gave up. It just…