August Johansson

Results 6 issues of August Johansson

First of all I'd like to thank for a great and fun tool! Secondly, I'd like to say that this stuff about socket status, file descriptors is definitely out of...

It's not possible to use controls that are constant variables, but this works if one uses `minimize()`. Here's an example: ``` from fenics import * from fenics_adjoint import * import...

Here's a dockerfile one can start with. To use it one does something like ``` cd docker docker build . --tag=bernaise cd .. docker run -ti --name bernaise -v $(pwd):/home/fenics/shared...

Here's a start on a crude "manual" coarse grid generator based on the bounding box of the reference grid. It's work in progress. For example, there are some well configurations...

Here's a simple docker file with some dependencies for flownet. I updated the readme with the most basic instructions for building the image and running the container.

Coarse 3D grids may be an interesting complement to the 1D tubes currently implemented. This issue is for a general discussion on pros and cons with this approach, and also...