Francis Giraldeau
Francis Giraldeau
Thanks for the comments. Setting the boundary dofs in the rhs is somewhat hacky, but is working with non-conforming meshes, as this example shows: ``` ./ex16 -o 1 -r 0...
Hello! I think we still have to settle on the proper way to address the Dirichlet BC in this case. Because we want to support both implicit and explicit integration...
Well, maybe for the next release?
I'm on it
rebasing, now ex38, will address other issues next
Fix #5
Actually, we have to delete workDir, otherwise we might create an archive with unrelated content from previous importation.
It makes me think of a quote from a old unix guy that said me a software evolves until it has a ".d" directory. In fact, could it be possible...
At this time, Tribol fails to build because BUILD_REDECOMP is undefined at the time TribolConfig.cmake is generating the config.hpp file. The variable BUILD_REDECOMP is set in src/CMakeLists.txt file, and in...
I have the same issue with MingGW (GCC 14.2.0 in Windows). The thing is that the template parameters are so long that it's difficult to see what is the actual...