Using SimplexMesh in SimPEG problems

Tell me, please, is it possible to use unstructured (tetrahedral) meshes in any problems in SimPEG? I can read a SimplexMesh from a VTK file, but how can I use it to solve inversion problems? For example, in problems of the “potential_fields → magnetics”, SimPEG gives an error:

File "E:\magnettest\tetsample.py", line 252, in <module>
simulation = magnetics.simulation.Simulation3DIntegral(                                                                                                                      
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Python311\Lib\site-packages\SimPEG\potential_fields\magnetics\simulation.py", line 45, in _init_
super()._init_(mesh, **kwargs)
File "C:\Program Files\Python311\Lib\site-packages\SimPEG\potential_fields\base.py", line 128, in _init_
raise ValueError("Mesh must be 3D tensor or Octree.")
ValueError: Mesh must be 3D tensor or Octree.

Is it planned to support SimplexMesh in future versions of SimPEG?