-
Periodic boundary conditions are currently handled via the dofmap construction. This has some drawbacks:
- The dofmap code is complicated
- Facet integrals on periodic boundaries are not supported…
-
Dear Professor
I am currently using the Warpx software and I have encountered a problem. I hope you can help me.
The problem is: I used two different numbers of threads(OXP) to run the same program …
-
Hi MFEM team,
I've encountered an issue with periodic meshes while using MFEM and I would appreciate your opinion on it.
I'm currently working on adding support for periodic boundary conditions in…
-
Hello,
I am interested in applying the GNS method to my dataset, which involves a Couette-type flow with droplets. Specifically, I intend to treat the droplets as the nodes in the GNS and predict t…
-
I'm raising this issue for two reasons. The refactoring I'm proposing
makes sense to me. But perhaps I am mistaken, because I have missed
some important design goals or implementation constraints …
-
Dear Lulu,
I would like to ask you if you have any idea of this results.
I have exactly the same problem to solve and in the boundary conditions I have better results when I define my conditons …
-
I was looking through the code, and I was wondering if [this line](https://github.com/JuliaDynamics/Agents.jl/blob/480549d35ed6b400d148fea8a5a6873ae6828fa6/src/spaces/continuous.jl#L276
) in the elas…
-
I'm struggling to understand how to implement BVPs and PDEs with periodic boundary conditions and `trigtech`-based discretisations.
I can see why `trigtech/cumsum()` only supports functions with zero…
-
H. Bunz, Identification of clusters in computer experiments with periodic boundary conditions, Computer Physics Communications, Volume 42, Issue 3, November 1986, Pages 435-439, ISSN 0010-4655, http:/…
-
I was trying to solve an integro-differential equation with periodic boundary condition. (toy problem)
```
K = @(x,y) exp(-sin(x-y));
A = chebop(@(x,u) diff(u) + fred(K,u),[0,2*pi]);
A.bc = 'pe…