yt.convenience.all_pfs

yt.convenience.all_pfs(max_depth=1, name_spec='*.hierarchy', **kwargs)

This function searchs a directory and its sub-directories, up to a depth of max_depth, for parameter files. It looks for the name_spec and then instantiates an EnzoStaticOutput from each. All subsequent kwargs are passed on to the EnzoStaticOutput constructor.

Next topic

yt.convenience.load

This Page