Skip to content
Discussion options

You must be logged in to vote

Never mind, I figured this out.

The crash was due to a segfault caused by a pretty simple error. Below is a code snippet from a function called by my constructor:

if (!_fe_problem.hasFunction("FeCrAl_hardening_function_296K"))
{
const std::vector hf0_plastic_strains = {0.0e+00,
1.0e-03,
2.0e-03,
3.0e-03,
4.0e-03,
5.0e-03,
1.0e-02,
2.0e-02,
3.0e-02,
4.0e-02,
5.0e-02,
6.0e-02,
7.0e-02,
8.0e-02,
9.0e-02,
1.0e-01,
1.1e-01,
1.6e-01};
const std::vector hf0_stresses = {4.55e+08,
4.65e+08,
4.71e+08,
4.75e+08,
4.79e+08,
4.82e+08,
4.94e+08,
5.12e+08,
5.26e+08,
5.39e+08,
5.51e+08,
5.63e+08,
5.74e+08,
5.85e+08,
5.96e+08,
6.07e+08,
6.17e+08,
6.72e+08};

InputParameters hf0_params = _app.getFactory().ge…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aeslaughter
Comment options

Answer selected by permcody
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants