![]() |
MFIX
2016-1
|
Data Types | |
| interface | vtp_write_data |
Functions/Subroutines | |
| subroutine | vtp_write_dp1 (NAME, DATA) |
| subroutine | vtp_write_dp2 (NAME, DATA) |
| subroutine | vtp_write_i1 (NAME, DATA) |
| subroutine | vtp_write_element (ELEMENT) |
| subroutine | vtp_open_file (NoPc) |
| subroutine | vtp_close_file |
| subroutine | add_vtp_to_pvd |
| subroutine | write_vtp_file (LCV, MODE) |
| subroutine | open_vtp_file_bin (MODE) |
| subroutine | write_geometry_in_vtp_bin (PASS) |
| subroutine | write_scalar_in_vtp_bin (VAR_NAME, VAR, PASS) |
| subroutine | write_vector_in_vtp_bin (VAR_NAME, VAR, PASS) |
| subroutine | close_vtp_file_bin (MODE) |
| subroutine | setup_vtk_region_particles |
Variables | |
| integer | des_unit = 2000 |
| integer, parameter | pvd_unit = 2050 |
| character(len=511) | fname_vtp |
| subroutine vtp::add_vtp_to_pvd | ( | ) |
| subroutine vtp::close_vtp_file_bin | ( | integer | MODE | ) |
| subroutine vtp::open_vtp_file_bin | ( | integer | MODE | ) |
| subroutine vtp::setup_vtk_region_particles | ( | ) |
| subroutine vtp::vtp_close_file | ( | ) |
| subroutine vtp::vtp_open_file | ( | character(len=*) | NoPc | ) |
| subroutine vtp::vtp_write_dp1 | ( | character(len=*), intent(in) | NAME, |
| double precision, dimension(:), intent(in) | DATA | ||
| ) |
| subroutine vtp::vtp_write_dp2 | ( | character(len=*), intent(in) | NAME, |
| double precision, dimension(:,:), intent(in) | DATA | ||
| ) |
| subroutine vtp::vtp_write_element | ( | character(len=*), intent(in) | ELEMENT | ) |
| subroutine vtp::vtp_write_i1 | ( | character(len=*), intent(in) | NAME, |
| integer, dimension(:), intent(in) | DATA | ||
| ) |
| subroutine vtp::write_geometry_in_vtp_bin | ( | integer | PASS | ) |
| subroutine vtp::write_scalar_in_vtp_bin | ( | character (*) | VAR_NAME, |
| double precision, dimension(:), intent(in) | VAR, | ||
| integer | PASS | ||
| ) |
| subroutine vtp::write_vector_in_vtp_bin | ( | character (*) | VAR_NAME, |
| double precision, dimension(:,:), intent(in) | VAR, | ||
| integer | PASS | ||
| ) |
| subroutine vtp::write_vtp_file | ( | integer | LCV, |
| integer | MODE | ||
| ) |