Mathias Davids
Mathias Davids
Hi all, I am working on building an electrostatic solver in PyMFEM consisting of two pieces: 1) Get electric potential `phi` using voltage boundary conditions (`port_1` and `port_2`) 2) From...
Hi all, we've been doing pretty great progress on an electromagnetic solver for modeling electrostatic problems with anisotropic materials (related to https://github.com/mfem/mfem/issues/4475 and also https://github.com/mfem/mfem/issues/2008). I am using a Darcy-type...
Hi all, I have been trying to implement a `PWMatrixCoefficient` but I am having trouble with the interface (also couldn't find an example for this). The goal is to assign...
Hi all, first of all: thanks a lot for putting together this python wrapper for MFEM. I've been using MFEM for quite a while, and it's been a huge upgrade...
Hi all, I was wondering if it's possible to install PyMFEM against a Spack install of MFEM? The current `setup.py` works pretty well for a basic build version (MPI, Hypre,...