Parametric shape optimization with differentiable FEM simulation
docs.pasteurlabs.ai
Parametric shape optimization with differentiable FEM simulation
1–7 of 7 posts
Re: Parametric shape optimization with differentiable FEM simulation
#2Re: Parametric shape optimization with differentiable FEM simulation
#3https://techxplore.com/news/2025-07-faster-topology-optimiza...
(No code!)
Re: Parametric shape optimization with differentiable FEM simulation
#4Hopefully this is less academic than SIMPL by Brown U https://techxplore.com/news/2025-07-faster-topology-optimiza... (No code!)
Re: Parametric shape optimization with differentiable FEM simulation
#5Hopefully this is less academic than SIMPL by Brown U https://techxplore.com/news/2025-07-faster-topology-optimiza... (No code!)
According to the paper ( https://arxiv.org/abs/2411.19421 ) the code for SiMPL is implemented in MFEM and is available here: https://github.com/dohyun-cse/mfem/tree/simpl2 .
It's "Matlab style" c++, less uh accessible than jax heh
Re: Parametric shape optimization with differentiable FEM simulation
#6Earlier quoted context omitted.
According to the paper ( https://arxiv.org/abs/2411.19421 ) the code for SiMPL is implemented in MFEM and is available here: https://github.com/dohyun-cse/mfem/tree/simpl2 .
Seems like that's a fork of mfem, I don't see simpl-specific code? To be released later? It's "Matlab style" c++, less uh accessible than jax heh
Re: Parametric shape optimization with differentiable FEM simulation
#7Earlier quoted context omitted.
Seems like that's a fork of mfem, I don't see simpl-specific code? To be released later? It's "Matlab style" c++, less uh accessible than jax heh
I haven't read the code, but I would expect simpl.cpp to have something to do with SiMPL https://github.com/dohyun-cse/mfem/blob/simpl2/miniapps/simp...