Problem.store_results_in_model
- Problem.store_results_in_model(database_path=None, database_name=None, steps=None, fields=None, *args, **kwargs)
Copy the results form the sqlite database back into the model at the nodal and element level.
- Parameters
- database_pathstr
path to the folder
- database_namestr
name of the database
- file_formatstr, optional
serialization type (‘pkl’ or ‘json’), by default ‘pkl’
- steps
compas_fea2.problem.Step
, optional The steps fro which copy the results, by default None (all the steps are saved)
- fields_type_, optional
Fields results to save, by default None (all available fields are saved)
- Returns
- None