Problem.write_input_file
- Problem.write_input_file(path=None)[source]
Writes the input file.
- Parameters:
- path
pathlib.Path Path to the folder where the input file is saved. In case the folder does not exist, one is created.
- path
- Returns:
compas_fea2.job.InputFileThe InputFile objects that generates the input file.