Problem.extract_results

Problem.extract_results(path=None, erase_data=False, *args, **kwargs)[source]

Extract the results from the native database system to SQLite.

Parameters:
pathpathlib.Path

Path to the folder where the results are saved.

erase_databool, optional

If True, automatically erase the folder’s contents if it is recognized as an FEA2 results folder. Default is False. Pass “armageddon” to erase all contents of the folder without checking.

Raises:
NotImplementedError

This method is implemented only at the backend level.