-
issue to track progress for GMG that @tcclevenger is working on:
- [x] simple benchmark problems
- [x] free slip
- [x] spherical geometry and free slip (with deal.II master)
- [x] relax averagin…
tjhei updated
2 years ago
-
All current tutorials are 2D and it would be useful for new users doing 3D domains to have a tutorial to work from.
A few ideas for this:
1. Genbox created 2-D cross-section for a square or rect…
-
@tkphd, please expand on this
-
The current Bloch boundary causes a wavelength-dependent incident angle, which is not ideal in broadband simulations with oblique incidence. Users usually want to fix the incident angle as it's common…
-
### Is your feature request related to a problem?
I need to take centered finite difference of `data` of length N along the dimension 'X', with boundary conditions (BCs) specified in flexible ways.…
-
Hi,
When I look at the source codes of Ewald implementation here:
https://github.com/N-BodyShop/changa/blob/27cbc83121ada9a2c01d0869802c77f49bfd4000/Ewald.cpp#L123
I see that the simulation box…
-
Dear developers,
Hi. I am now trying to simulate a relativistic electron beam interacting with a plasma. The initial self-field is important in my case. The PML boundary is also necessary to avoid…
-
I set up a vertex-centred domain that is 1 cell wide (expecting 2 points) in the y and z directions, with a larger size (64 cells) in the x direction. I also used periodic boundaries. I found nans aft…
-
Hi,
Thanks a lot for open-sourcing the code; it has inspired me greatly! 😊
I am currently trying to set up a UNet architecture similar to the ones used in this repo to be applied to fields with …
-
Currently, the `t_boundary` member of the `GaugeField` class is serving double-duty.
* In the case of applying/removing staggered phases, it keeps track of what boundary conditions the field had _…