Data Types | |
| type | t_ensight_gold |
| Class to write a EnSight Gold file. More... | |
Functions/Subroutines | |
| subroutine | notus_ensight_initialize (ensight, path, base_name, use_constant_mesh) |
| Initialize EnSight Gold writer. | |
| subroutine | notus_ensight_finalize (ensight) |
| subroutine | notus_ensight_final (ensight) |
| subroutine | notus_ensight_start_iteration (ensight, iteration, time) |
| subroutine | notus_ensight_end_iteration (ensight) |
| subroutine | notus_ensight_write_rectilinear_mesh (ensight, label) |
| subroutine | notus_ensight_write_mof_mesh (ensight, mof_phases, label) |
| subroutine | notus_ensight_write_scalar_field (ensight, label, field) |
| subroutine | notus_ensight_write_vector_field (ensight, label, field) |
| subroutine | notus_ensight_write_face_field (ensight, label, field) |
| subroutine | notus_ensight_write_field_list (ensight, list) |
| subroutine | notus_ensight_checkpoint_define (ensight, adios_file) |
| subroutine | notus_ensight_checkpoint_write (ensight, adios_file) |
| subroutine | notus_ensight_restart_read (ensight, adios_file) |
| subroutine | notus_ensight_write_mof2d_mesh (ensight, mof_phases, label) |
| subroutine | notus_ensight_write_mof3d_mesh (ensight, mof_phases, label) |
| character(len=:) function, allocatable | notus_ensight_clean_label (label) |
| character(len=:) function, allocatable | notus_ensight_shorten_label (ensight, label) |
| character(len=:) function, allocatable | notus_ensight_get_time_suffix (ensight) |
| subroutine | notus_ensight_open_file (filename, handle) |
| subroutine | notus_ensight_write_string (handle, string, offset) |
| subroutine | notus_ensight_write_integers (handle, integer_array, offset) |
| subroutine | notus_ensight_generate_mof2d_mesh (mof_phases, n_points, n_polygons, n_edges, points, polygons, edges, material_id) |
| subroutine | 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 | compute_mof3d_objective_function (polyhedron, ref_centroid) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |