Skip to content

Commit

Permalink
Merge pull request #12387 from bwspenc/effective_plastic_strain
Browse files Browse the repository at this point in the history
Remove options to output effective_plastic_strain and effective_creep_strain
  • Loading branch information
dschwen committed Nov 13, 2018
2 parents 5783a2c + 967a68a commit 76d94c8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const std::map<std::string, std::pair<std::string, std::vector<std::string>>>
{"max_principal", {"MaxPrincipal", {"stress"}}},
{"mid_principal", {"MidPrincipal", {"stress"}}},
{"min_principal", {"MinPrincipal", {"stress"}}},
{"effective", {"EffectiveStrain", {"plastic_strain", "creep_strain"}}},
{"firstinv", {"FirstInvariant", {"stress", "strain"}}},
{"secondinv", {"SecondInvariant", {"stress", "strain"}}},
{"thirdinv", {"ThirdInvariant", {"stress", "strain"}}}};
Expand Down

0 comments on commit 76d94c8

Please sign in to comment.