Skip to content

reset_test

Module: core

Category: task

Type string: "reset_test"

Parameters

This feature has no parameters.

Description

FEBio's reset feature restores the original state of the model. This feature is used in several other tasks that need to solve the forward model repeatedly (e.g. optimization, parameter study). This task can be used to test the reset feature and ensure that it indeed properly resets the model. The test will run the forward model twice. After the first run, some stats are collected. The model is then reset and run again. The same stats are collected after the second run and compared with those from the first run. If the model reset was successful, the stats should be identical. If not, there is a problem with model reset. This task also produces a separate log file for each run that can be compared.