Problem.write_input_file

Problem.write_input_file(path=None)[source]

Writes the input file.

Parameters:
pathpathlib.Path

Path to the folder where the input file is saved. In case the folder does not exist, one is created.

Returns:
compas_fea2.job.InputFile

The InputFile objects that generates the input file.