build_vtk_mesh Interface

interface
public module subroutine build_vtk_mesh(comm_handler, par_filepath, dirpath)

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), intent(in) :: comm_handler

Communication handler

character(len=*), intent(in), optional :: par_filepath

Filename, where to read VTK parameters from

character(len=*), intent(in), optional :: dirpath

Directory, where to write VTK meshes to

Description

Builds VTK mesh for 3D visualisation Functionality only available if compiled with -DENABLE_VTK=ON