-
I'm trying to solve a fairly complicated problem (Frank-Oseen, augmented with an extra real-valued variable to eliminate rotational orbits). Here is a simplified code:
```
import sys
from fired…
-
Hi,
i just hope this is not an error on my end but, can't be sure (and you hope vice-versa :)
> Have you been able to build DOLFIN with earlier EasyBuild releases (e.g. v1.2)?
The answer is no, not…
-
hi,recently in the installation of a new version of dealii, but failed, the previous version is OK. I use [spack](https://github.com/spack/spack/blob/b8590fbd057621c9b71c5b274b21e1802d52bc45/var/spa…
-
Hi,
I am trying to run the Hermes and did 'run'. However, I've got a error as below. I would appreciate if you provide me a solution.
Thanks!
$ make
Compiling hermes-1.cxx
In file includ…
seob1 updated
4 years ago
-
Trying to get a periodic boundary using the following:
```
_mesh = uw3.meshing.StructuredQuadBox(minCoords=(0, 0), maxCoords=(1, 1), elementRes=(36, 36) )
plex = uw3.discretisation._from_gm…
-
Hello
Thank you a lot for sharing your codes, that is really valuable for the community.
When I tried to install NCPA, I failed in this step:
```
make[1]: Entering directory '/home/jojo/ncpaprop…
-
For now using `mfem~sundials` as the dependencies wrt `sundials > 6.7.0` are missing from `mfem/package.py`
ref: https://gitlab.com/xsdk-project/spack-xsdk/-/commit/feb950c647c4b82883ab5b0284dd1de3…
balay updated
1 month ago
-
* [x] ~~RPATH sanity check with default paths fails on binary installations (see #2039, fix in https://github.com/hpcugent/easybuild-easyblocks/pull/1056)~~
* [x] ~~locations in build directory and t…
-
The extent of current documentation:
> The conduit_relay_mpi_io library provides the conduit::relay::mpi::io namespace which includes variants of these methods which take a MPI Communicator. These va…
-
## Rationale
Running a sim with multi apps, I want to limit my sub app to 1 processor but when the transfer happens after the master app solve, I get a segfault. Sim works when I don't limit the # pr…