-
Currently, only one `split_type` value for the `MPI_comm_split_type` function is predefined by MPI: `MPI_COMM_TYPE_SHARED`.
Furthermore, the _Advice_ _to_ _implementors_ on page 248 says:
"Impl…
-
Erre kíváncsi lennék:
Exploring Weight Agnostic Neural Networks
Tuesday, August 27, 2019
Posted by Adam Gaier, Student Researcher and David Ha, Staff Research Scientist, Google Research, Tokyo
…
-
I have a domain that is a cube and a MeshTags object that marks triangles on different faces to different values. I apply Dirichlet boundary conditions to the various faces like so
```
au…
-
When I first saw `skfem.InteriorBasis`, I got a little confused because I thought it doesn't take into account the dofs on the boundary. If I understand correctly, the name is just to set it apart fro…
-
Apologies if this isn't actually a bug, but my server had been running well until updating a couple of weeks ago. Unfortunately I didn't catch the exact version as I was travelling and didn't notice t…
-
We're trying to [combine `visit-users` email list with GitHub issues](https://github.com/visit-dav/live-customer-response/wiki/How-the-new-GitHub-visit-users-Email-Integration-Works).
When replying o…
-
Any ideas on periodic boundary conditions? There's a brief mention in the JOSS paper.
I'm getting increasingly interested in problems of propagation, for which these often appear in textbook examp…
-
I have tried to read the fluent data into the visIt ,but it can not show the total information which I can get from other post processing software.And, also,I can not read the series data which is tim…
-
A funny issue from pygalmesh (https://github.com/nschloe/pygalmesh/issues/113). When extruding a simple polygon, the resulting
```python
import pygalmesh
points = [[0, 0], [0.1, 0.75], [0.35, 0.…
-
Lifting for problems with subdomains have unclear behavior, as it only uses the kernel for the first integral:
https://github.com/FEniCS/dolfinx/blob/master/cpp/dolfinx/fem/assemble_vector_impl.h#L17…