Rémi Delaporte-Mathurin
Rémi Delaporte-Mathurin
Awesome! Let me know if I can help! You could have several graphs showing either the devices (tokamaks, stellarators, spherical, etc), the time (a colour for each point based on...
Wow, thanks @shimwell for showing me this. I ran this repo in a codespace, it took a little while to build. But then everything was like developping locally. You can...
Oh thank you very much that's exactly what I was looking for!
Hi! Does this mean that this package is not compatible with Sphinx>3.2.1? The latest version is Sphinx 8 .... 👀
We should just use `scifem.assemble_scalar` instead of `fem.assemble_scalar`
I guess this works with the mixed domain approach since each subdomain has its own submesh.... this will not work with `HydrogenTransportMaterial` with several materials
Actually running this with HydrogenTransportMaterial with several materials crashes: ```python from mpi4py import MPI import dolfinx import dolfinx.fem.petsc import numpy as np import festim as F def generate_mesh(n=20): def bottom_boundary(x):...
Hi! Has there been any progress on this? several years later I find myself in the situation where I'd like to export a Cubit mesh and convert it to XDMF...
@gdmcbain thanks for the reply! Understood! I don't think I have the expertise to implement this myself (nor am I certain to fully understand what is needed here). In Cubit,...
We are working with numpy arrays so it's unlikely that we will run out of memory. Plus I don't see how not writing the data at each timestep would solve...