-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API: Implemented an easy way to get basic information about a simulat…
…ion run via the API. Previously one could only get this information by querying from a concurrent thread. The `Simulation_XXX_Start` methods now take a pointer to a `Simulation_Run_Info` object that contains the following information - the total walltime - the maximum torque norm - the total number of iterations - the total iterations per second In the python API the `simulation_run_info` object is returned by the `simulation.start` method.
- Loading branch information
Moritz Sallermann
committed
Dec 8, 2021
1 parent
7c1e2e2
commit 57486d7
Showing
5 changed files
with
76 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters