Open
Description
Description of the feature
Following #2120, the request is made to enable using the dpf.Model
API on files without any available mesh information.
The dpf.Model
interface is widely used and the best practice on how to interact with results.
It does however expect for a mesh to be available, and tries to run a mesh_provider
.
We should however make this requirement less strict and/or more customizable as some files may not contain a mesh, or some files may contain time-varying meshes, or types of meshes which do not necessarily fit the current requirements.
Steps for implementing the feature
No response
Useful links and references
No response