0.6.0
Loading...
Searching...
No Matches
type_adios_writer.f90 File Reference

Data Types

type  type_adios_writer::t_adios_writer
 ADIOS writer. More...
 

Modules

module  type_adios_writer
 

Functions/Subroutines

subroutine type_adios_writer::adios_writer_initialize (adios_writer, filename)
 
subroutine type_adios_writer::adios_writer_finalize (adios_writer)
 
subroutine type_adios_writer::adios_writer_define_integer (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_define_double (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_define_boolean (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_define_string (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_define_integer_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_integer_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_integer_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_double_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_double_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_double_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_boolean_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_boolean_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_boolean_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_define_field_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_boolean (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_integer (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_vector_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_edge_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_face_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_face_boolean (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_define_field_face_integer (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_integer (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_write_double (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_write_boolean (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_write_string (adios_writer, label, scalar)
 
subroutine type_adios_writer::adios_writer_write_integer_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_integer_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_integer_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_double_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_double_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_double_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_boolean_array1 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_boolean_array2 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_boolean_array3 (adios_writer, label, array)
 
subroutine type_adios_writer::adios_writer_write_field_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_boolean (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_integer (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_vector_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_edge_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_face_double (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_face_boolean (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_write_field_face_integer (adios_writer, label, field, write_boundaries)
 
subroutine type_adios_writer::adios_writer_open_group_write (adios_writer)
 
subroutine type_adios_writer::generate_selection (nlocal, nglobal, offs, lx, ly, lz, gx, gy, gz, ox, oy, oz)
 
subroutine type_adios_writer::generate_box (node_type, lx, ly, lz, gx, gy, gz, ox, oy, oz, write_bd)