Problem.analyse_and_store
- Problem.analyse_and_store(memory_only=False, *args, **kwargs)
Analyse the problem in the selected backend and stores the results in the model.
- Parameters
- problems[
compas_fea2.problem.Problem
], optional List of problems to store, by default None and all the problems of the model are stored.
- memory_onlybool, optional
store the SQLITE database only in memory (no .db file will be saved), by default False
- problems[
Notes
The extraction of the results to SQLite ca be done in memory to speed up the process but no database file is generated.