Results 85 issues of Thomas Helfer

Hi @bleyerj, Looks like there is something wrong in the implementation of the phase-field behaviour as the History function is taken at the beginning of the time step and not...

bug
mgis.fencis

Currently, the external state variables are assumed to be scalars.

enhancement

````python def setup_run_environment(self, env): env.append_path("LD_LIBRARY_PATH", self.prefix.lib) ````

enhancement
spack

@article{scherzinger_robust_2008, title = {A robust algorithm for finding the eigenvalues and eigenvectors of 3×3 symmetric matrices}, volume = {197}, issn = {0045-7825}, url = {http://www.sciencedirect.com/science/article/pii/S0045782508001436}, doi = {10.1016/j.cma.2008.03.031}, abstract =...

enhancement
tfel-math

C++-17 introduces class template argument deduction CTAD, which was never supported in tfel. Basically, the following code shall work: ```c++ stensor a = {1, 2, 3}; // a is an...

tfel-math
c++20