Add option to use remote mesh file for Omega3P analysis
Expands qtNerscFileItem
for greater flexibility. The primary use-case is for running Omega3P with a deformed mesh computed by the TEM3P elastic solver. The user can specify a TEM3P job to provide the mesh file.
- Requires user to know what they are doing. The local mesh must have same topology as the remote one.
- Presumes that TEM3P is hard-coded to generate the file
DeformedVacuumMesh.ncdf
in the result directory.
This branch also revises qtNerscFileItem
for a second use-case -- the Rf postprocessing option -- so that users can select a job from the same project stage (previously, qtNerscFileItem
only displayed jobs from upstream stages).