Closed Thomas-Ulrich closed 1 month ago
I've added some additional error log:
diff --git a/app/localoperator/DieterichRuinaAgeing.h b/app/localoperator/DieterichRuinaAgeing.h
index 5d4b5b6..019edf0 100644
--- a/app/localoperator/DieterichRuinaAgeing.h
+++ b/app/localoperator/DieterichRuinaAgeing.h
@@ -106,7 +106,11 @@ public:
V = zeroIn(a, b, fF);
} catch (std::exception const&) {
std::cout << "sigma_n = " << snAbs << std::endl
+ << "-sn = " << -sn << std::endl
+ << "SnPre = " << p_[index].get<SnPre>() << std::endl
<< "|tau| = " << tauAbs << std::endl
+ << "|tau_inc| = " << norm(tau) << std::endl
+ << "|TauPre| = " << norm(p_[index].get<TauPre>()) << std::endl
<< "psi = " << psi << std::endl
<< "L = " << a << std::endl
<< "U = " << b << std::endl
And they show tau_ini is probably correct.
sigma_n = 28.5945
-sn = 3.59447
SnPre = 25
|tau| = 7012.44
|tau_inc| = 6991.29
|TauPre| = 21.1481
psi = -0.790723
L = 0
sigma_n = 80.8889
-sn = 55.8889
SnPre = 25
Also tested v1.0, same issue. (both p1 and p2). Also tested Nico's setup.
This was because I was not setting the Petsc parameters for the TS file ! Maybe we could catch this missing parameter in the future.
Describe the bug Using tandem p2 and bp5 example for the repository, I get an error at first time step:
Expected behavior no error To Reproduce Steps to reproduce the behavior:
I'm running BP5.toml based on this branch https://github.com/TEAR-ERC/tandem/pull/72 (at commit ee87ac9) which is a few commits on top of https://github.com/TEAR-ERC/tandem/pull/59
spack installed on supermuc NG with:
spack install -j 30 tandem@tscp polynomial_degree=2 domain_dimension=3
Here is a list of the dependencies of tandem, and there specs:
launched with: