Field3D.update
Last updated
Last updated
Update the attributes of the class based on the existence of files in the specified data path.
This method checks the existence of files corresponding to the attribute paths in the data path. If a file exists for an attribute and it was not present before, it initializes a new attribute in the class using Scalar3D with the file path. If verbose is True, it prints the new attributes initialized and the existing attributes with their paths.
verbose
(bool, optional): If True, prints information about the initialization of new attributes. Default is False.
None