-
```python
import espressomd
import espressomd.virtual_sites
import numpy as np
vs_distance = 2
system = espressomd.System(box_l =3*[100])
system.cell_system.skin = 0.1
system.time_step = 0…
-
Hi all,
I wish to convert a mesh from SALOME (MED 4.0) to .msh or .xml alongside with cell attributes.
Here's an exemple of a mesh from SALOME with 1 volume marked.
[MED.zip](https://github.com…
-
I wish to define several cases with periodic boundary conditions. What are the input mesh formats that allow for handling such boundary conditions ? While MFEM mesh format is read correctly to define …
-
## Announcements - New Features, Design Patterns, and Methods
I'm unsure how GitHub sends out updates. I don't think people are informed about Wiki changes for example. I've been announcing new f…
-
We have been talking a bit about a refactoring to how the examples are displayed.
As it is right now, we are kind of mixing real tutorials (like the heat equation) that teaches a user new concepts,…
-
**Error Message:**
```
[FATAL src/PerfCounters_x86.h:132:compute_cpu_microarch()] Intel CPU type 0xa06a0 unknown
```
WSL
**System Information:**
- **CPU:**
- Model name: Intel(R) Core(TM)…
-
### How to reproduce the bug
Hi guys,
I have been working on the no slip boundary condition using dolfinx for a long time. I don't think the no slip boundary condition is successfully applied.
…
-
@m3azevedo and me are doing a simulation of an unstable baroclinic jet in the context of the Nonhydrostatic model and having some success but some difficulties as well.
We have tried two different …
-
As discussed in #3177 , there is a version bug with `fkeep` and Julia 1.8.3 (1.9.2 works fine).
Trying to use `ImmersedBoundaryGrid` with `HydrostaticFreeSurfaceModel` returns the following error:
…
-
When I followed *protein in water* tutorial in [openmm official site](https://openmm.github.io/openmm-cookbook/latest/notebooks/tutorials/protein_in_water.html), I used `modeller.addSolvent(forcefield…