Go to the source code of this file.
subroutine clean_geometry |
( |
| ) |
|
subroutine close_vtu_file_bin |
( |
integer |
MODE | ) |
|
subroutine gather_data |
( |
| ) |
|
subroutine open_pvd_file |
( |
| ) |
|
subroutine open_vtu_file_bin |
( |
integer |
MODE | ) |
|
subroutine print_grid_statistics |
( |
| ) |
|
subroutine setup_vtk_no_cutcell |
( |
| ) |
|
subroutine setup_vtk_region |
( |
| ) |
|
subroutine update_and_close_pvd_file |
( |
| ) |
|
subroutine write_cut_surface_vtk |
( |
| ) |
|
subroutine write_dbg_vtu_and_vtp_files |
( |
| ) |
|
subroutine write_geometry_in_vtu_bin |
( |
integer |
PASS | ) |
|
subroutine write_scalar_in_vtu_bin |
( |
character (*) |
VAR_NAME, |
|
|
double precision, dimension(dimension_3) |
VAR, |
|
|
integer |
PASS |
|
) |
| |
subroutine write_vector_in_vtu_bin |
( |
character (*) |
VAR_NAME, |
|
|
double precision, dimension(dimension_3) |
VARX, |
|
|
double precision, dimension(dimension_3) |
VARY, |
|
|
double precision, dimension(dimension_3) |
VARZ, |
|
|
integer |
PASS |
|
) |
| |
subroutine write_vtu_file |
( |
integer |
LCV, |
|
|
integer |
MODE |
|
) |
| |