mark_as_loaded#
- FdtdSession.mark_as_loaded(filename: str) None#
Record
filenameas the file that matches the in-memory state.Use this immediately after
fdtd.save(filename)so the nextload_if_needed()call for the same file (e.g. the forward .fsp thatset_fwdjust wrote) can be skipped.- Parameters:
- filename
str Path to the .fsp file whose contents now equal the in-memory FDTD state.
- filename