dbeurle / neon

A finite element code
Other
11 stars 8 forks source link

typo in the constitutive test #66

Closed shadisharba closed 6 years ago

dbeurle commented 6 years ago

We need to come up with a better way of handling this test inputs because clang format makes that text unreadable. Maybe a

// clang-format off
std::string const {};
// clang-format on

before and after?

dbeurle commented 6 years ago

There seems to be a failure where the radial return method bugs out. Can you please have a look? Do these values need to be 1/value?

dbeurle commented 6 years ago

Also, I updated the documentation and added the keyword "NewtonRaphsonIterations" : 20 if you want to override the default of 10 :) http://neon-user.readthedocs.io/en/latest/solution_methods.html