-
Would it be possible to add a feature to the package manager that would download but not install all dependencies of a particular package (possibly putting them in a specified directory)?
The motivat…
-
Hi everyone, I stumbled upon the following issue/bug:
When creating an FE_System with
`FESystem fe (FE_WedgeP(2), 3,
FE_WedgeP(1), 1);`
or
`FESystem fe (FE_PyramidP(1), 3,
FE_PyramidP…
-
## Bug Description
XFEM produces different results with "the same" mesh, one generated by moose generated mesh (or exodus), one generated by GMSH.
## Steps to Reproduce
This is the input …
-
Hi,
I followed the step by step instructions here. I opted to set my --prefix to /usr/local/GridPACK. I did the same for ga, boost and PETSc (that is, placed the installations in /usr/local).
…
-
Hi,
A feature I've desired from CMake for a while is the ability to capture the user's input commandline, as well as source code version (version control versioning if available), and environment u…
-
I'm sorry to continuously bother you with problems I've had with running the code, but the results I get from these examples don't seem correct, and I cannot figure out what could be wrong.
I have b…
-
## Bug Description
When running in devel mode on my m1 the porous_flow/examples/ates/ates.i
This example is tied to #17966
I hit this assertion:
```
* thread #1, queue = 'com.apple.main-thread', …
-
## Background
In the Ad operator framework, the classes `SubdomainProjection`, `MortarProjection`, `Trace` and `InvTrace` all represent mappings betweeen grid entities of various kinds. These are all …
-
Something that came to our attention last year is that it is quite important what order you import MPI, PETSc and DOLFINx in.
https://github.com/FEniCS/dolfinx/pull/2826
You can use a setup in you…
-
This package is of interest to me and I think there's a lot of value in having something like this for Fortran. I did want to make a note of the package https://github.com/CASL/Futility which overlap…