-
Hello MFEM team,
Using the mfem meshes "inline-hex" and "inline-tet", I am computing the electric field with 3 components E(0)=Ex, E(1)=Ey, E(2)=Ez. In the problem that I consider, the field should…
-
Hello,
1) I wonder whether pyGIMLi and pyBERT (not BERT with cmd line) can solve the large-scale 3D cross-borehole ERT and IP forward and inversion problem.
2) Because both pyGIMLi and pyBERT only …
-
Our team is having issues with node orderings after refinement of tets, prisms, and pyramids (hexes are fine). Below, I pasted some code that can be placed in the `t8_step2_uniform_forest.cxx` tutoria…
-
I'm working with meshes created in gmsh. About 50% of the time, MFEM segfaults on this line
`Mesh mesh(mesh_file, 1,1);`
This doesn't happen with all of the meshes that I'm working with, but happen…
-
Reading your paper **_Optimal Dual Schemes for Adaptive Grid Based Hexmeshing_**, it mentions that it's implemented in cinolib (in **hex_transition_schemes.h**), but does cinolib come "with batteries …
-
https://github.com/precice/openfoam-adapter/blob/2a51e6e24bc36776051a06566413bc66cbe181bd/Interface.C#L309-L316
See https://github.com/precice/precice/issues/1248#issuecomment-1103875457, we need…
-
Hello, do you have tools to read and write gocad ascii files, including triangulated surfaces (.ts), polylines (.pl), points (.vs), etc.?
Thanks very much!
-
When constructing an instance of `ElementGlobal` in 3D the function `_pbasis_init` throws the following exception (line 87)
```
TypeError: '>' not supported between instances of 'NoneType' and 'int'…
-
This issue is a minimum working example of a bug with HDiv spaces on quadratic hexahedra elements. This is demonstrated using a hexahedral mesh of a cylinder cavity, and modification of ex13p to form …
-
Hi,
found a bug with shared faces on nc tet meshes.
Reproduction should be easy:
```sh
mpirun -np 2 ex15p -m ../data/escher.mesh -r 2 -tf 0.3 -est 1
```
which yields
```sh
Options used:
…