Baptiste Pierrat
Baptiste Pierrat
This commit adds the ability to get the field gradient and hessian by calling `fieldgradient` and `fieldhessian` at a point. This makes use of the `gradient` and `hessian` functions in...
Hi everyone, I've got an issue with the print or println function when running a simit program on the GPU, which makes debugging rather unconvenient. In the simit linker log...
Hi, I've been using Simit for writing a piece of finite element code in order to reach real-time execution for computer-assisted surgery planning. Using this library has made my work...
I managed to build it successfully after the changes described in the attached diff file. For information, my setup was the following: Ubuntu 16.04 Cuda 7.5 LLVM 3.7 (I had...
As a new Simit user, it would be nice to have more examples, such as the elastic shell simulation presented in the paper. Thanks!
This answers https://github.com/snibox/snibox/issues/36 and provides the ability to mount a folder in docker-compose.
Hi, I'm trying to write a parallel reduction but haven't seen it in the docs and cannot make it work. The idea is the following (MWE): ``` function assemble!(K, F,...
Are spring connections supported? If not, that would be a nice addition. Their action would simply result in a force proportional to the relative displacement of two points. Thanks!
I would like to use this filter with 2-pass encoding with the VP9 encoder: `ffmpeg -i input.mp4 -c:v libvpx-vp9 -b:v 2M -pass 1 -an -f webm /dev/null` `ffmpeg -i input.mp4...
Having the possibility to have a different type for the LazyRow index other than `I` ``` struct LazyRow{T, N, C, Ic, Ii} columns::StructArray{T, N, C, Ic} # a `Columns` object...