launch_process
- compas_fea.fea.abaq.launch_process(structure, exe, cpus, output)[source]
Runs the analysis through Abaqus.
- Parameters
structure (obj) – Structure object.
exe (str) – Abaqus exe path to bypass defaults.
cpus (int) – Number of CPU cores to use.
output (bool) – Print terminal output.
- Returns
None