EBDUMP for 3DDynamic field maps not working if in subdirectory
EBDUMP writes a VTK file for each field map of type 3DDynamic. It tries to write it to the directory data/subdirectory
which in general doesn't exists. In the method Fieldmap::write3DField
we should make sure that path is stripped from the file name.