set_hpc_from_file#

Maxwell3d.set_hpc_from_file(acf_file: str | Path = None, configuration_name: str | None = None) bool#

Set custom HPC options from ACF file.

Parameters:
acf_filestr or pathlib.Path, optional

Full path to the custom ACF file. The default is None.

configuration_namestr, optional

Name of the configuration in the ACF file. The default is None.

Returns:
bool

True when successful, False when failed.