|
| subroutine | mod_ensight_gold::notus_ensight_initialize (ensight, path, base_name, use_constant_mesh) |
| | Initialize EnSight Gold writer.
|
| |
| subroutine | mod_ensight_gold::notus_ensight_finalize (ensight) |
| |
| subroutine | mod_ensight_gold::notus_ensight_final (ensight) |
| |
| subroutine | mod_ensight_gold::notus_ensight_start_iteration (ensight, iteration, time) |
| |
| subroutine | mod_ensight_gold::notus_ensight_end_iteration (ensight) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_rectilinear_mesh (ensight, label) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_mof_mesh (ensight, mof_phases, label) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_scalar_field (ensight, label, field) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_vector_field (ensight, label, field) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_face_field (ensight, label, field) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_field_list (ensight, list) |
| |
| subroutine | mod_ensight_gold::notus_ensight_checkpoint_define (ensight, adios_file) |
| |
| subroutine | mod_ensight_gold::notus_ensight_checkpoint_write (ensight, adios_file) |
| |
| subroutine | mod_ensight_gold::notus_ensight_restart_read (ensight, adios_file) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_mof2d_mesh (ensight, mof_phases, label) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_mof3d_mesh (ensight, mof_phases, label) |
| |
| character(len=:) function, allocatable | mod_ensight_gold::notus_ensight_clean_label (label) |
| |
| character(len=:) function, allocatable | mod_ensight_gold::notus_ensight_shorten_label (ensight, label) |
| |
| character(len=:) function, allocatable | ellipse (text) |
| |
| character(len=:) function, allocatable | mod_ensight_gold::notus_ensight_get_time_suffix (ensight) |
| |
| subroutine | mod_ensight_gold::notus_ensight_open_file (filename, handle) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_string (handle, string, offset) |
| |
| subroutine | mod_ensight_gold::notus_ensight_write_integers (handle, integer_array, offset) |
| |
| subroutine | mod_ensight_gold::notus_ensight_generate_mof2d_mesh (mof_phases, n_points, n_polygons, n_edges, points, polygons, edges, material_id) |
| |
| subroutine | mod_ensight_gold::notus_ensight_generate_mof3d_mesh (mof_phases, n_points, n_cells, n_points_per_face, n_face_points, points, faces_per_cell, points_per_face, face_points, material_id, objective) |
| |
| real(kind=4) function | mod_ensight_gold::compute_mof3d_objective_function (polyhedron, ref_centroid) |
| |