|
MGIS
|
structure in charge of reporting the result of a behaviour integration. More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/Integrate.hxx>
Public Member Functions | |
| BehaviourIntegrationResult () | |
| default constructor | |
| BehaviourIntegrationResult (BehaviourIntegrationResult &&) | |
| move constructor | |
| BehaviourIntegrationResult (const BehaviourIntegrationResult &) | |
| copy constructor | |
| BehaviourIntegrationResult & | operator= (BehaviourIntegrationResult &&) |
| move assignement | |
| BehaviourIntegrationResult & | operator= (const BehaviourIntegrationResult &) |
| copy assignement | |
| ~BehaviourIntegrationResult () | |
| destructor | |
Public Attributes | |
| int | exit_status = 1 |
| exit status | |
| mgis::real | time_step_increase_factor = 10 |
| proposed time step increase factor | |
| mgis::size_type | n = std::numeric_limits<mgis::size_type>::max() |
| number of the integration point that failed or number of the last integration point that reported unreliable results. | |
| std::string | error_message |
| error message, if any | |
structure in charge of reporting the result of a behaviour integration.
| int mgis::behaviour::BehaviourIntegrationResult::exit_status = 1 |
exit status
The returned value has the following meaning: