I know how to convert .vtu from .msh files using msh2vtu command. But, my question is specifically about generating a .vtu file that has bulk_node_ids and bulk_element_ids.
I could notice that the identifySubdomains command creates a boundary mesh with bulk_node_ids and bulk_element_ids. But, in my case, I need those ids for the entire domain not just for the boundaries.
Please go to Tests/Data/Parabolic/ComponentTransport/ReactiveTransport, and you can see that all the examples in that folder needed a reactive domain mesh file. I need to generate a similar mesh file that has all the ids (bulk_node_ids and bulk_element_ids).