HELLO!
How we can resolve this issue ?
T_M = pow(((1/(dt*dt))+inner(u_n,dot(u_n,G))+30*nu*nu*inner(G,G)),-0.5)
file = File("T_M.vtk")
file << T_M
ERROR:
*** -------------------------------------------------------------------------
*** DOLFIN encountered an error. If you are not able to resolve this issue
*** using the information listed below, you can ask for help at
***
*** fenics-support@googlegroups.com
***
*** Remember to include the error message listed below and, if possible,
*** include a *minimal* running example to reproduce the error.
***
*** -------------------------------------------------------------------------
*** Error: Unable to open file.
*** Reason: Unknown file type (".vtk") for file "T_M.vtk".
*** Where: This error was encountered inside File.cpp.
*** Process: 0
***
*** DOLFIN version: 2019.2.0.dev0
*** Git changeset: ubuntu