-
The following code cannot possibly work for macOS < 10.7 where OpenGL framework does not contain `gl3.h`: https://github.com/NGSolve/netgen/blob/ec0f848030f0da03037485eb9661593321e9476b/libsrc/include…
-
1. There is an extra `\` at the end of this command:
~~~
cd petsc
python configure --download-chaco \
...
--with-petsc4py=1
~~~
2. Without installing exta dependencies, o…
-
Hello developer,
I have post this issue in the ngsolve forum and want to confirm here.
I want to impose the BCs on the outer boundaries separated by the level set defined interface like attached f…
-
https://ngsolve.org/docu/latest/whetting_the_appetite/elasticity.html
fails at
```
inv = a.mat.Inverse(fes.FreeDofs() )
```
with `6.2.2006`
```
$python elasticity.py
Generate…
-
- [x] Add documentation for ikarus-examples, refer compression of an incompressible rubber block example (#140)
- [ ] Add documentation for linear and non-linear elasticity implementation - Theory, w…
-
For ASPECT, we need a way to export (parts of) the state of the program in a way that could at least in principle be used to re-generate the current simulation, but in particular also as an exchange f…
-
| | |
| --- | --- |
| Bugzilla Link | [50599](https://llvm.org/bz50599) |
| Version | 12.0 |
| OS | Linux |
| Attachments | [Source code and call script (as generated by clang)](https://user-images.…
-
Most packaging schemes do not installed into the prefix directly, but into a staging area set by the DESTDIR env variable.
This is handled fine and transparently by CMake for almost all `install(..…
-
Explore and settle on libraries used for this project. As of now [NGSolve](https://ngsolve.org/) seems like the strongest contender.
-
**Describe the bug**
In the firedrake image which was pulled with `docker pull firedrakeproject/firedrake`, I executed `python3 -c "import firedrake"` after activate firedrake venv and had the petsc …