DAMASK with MSC.Marc FEM solver  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with MSC.Marc
hdf5_utilities::hdf5_addattribute Interface Reference

attached attributes of type char, integer or real to a file/dataset/group More...

Public Member Functions

subroutine hdf5_addattribute_str (loc_id, attrLabel, attrValue, path)
 adds a string attribute to the path given relative to the location More...
 
subroutine hdf5_addattribute_int (loc_id, attrLabel, attrValue, path)
 adds a integer attribute to the path given relative to the location More...
 
subroutine hdf5_addattribute_real (loc_id, attrLabel, attrValue, path)
 adds a integer attribute to the path given relative to the location More...
 
subroutine hdf5_addattribute_int_array (loc_id, attrLabel, attrValue, path)
 adds a integer attribute to the path given relative to the location More...
 
subroutine hdf5_addattribute_real_array (loc_id, attrLabel, attrValue, path)
 adds a real attribute to the path given relative to the location More...
 

Detailed Description

attached attributes of type char, integer or real to a file/dataset/group

Definition at line 6930 of file DAMASK_marc.f90.

Member Function/Subroutine Documentation

◆ hdf5_addattribute_int()

subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_int ( integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  attrLabel,
integer, intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)

adds a integer attribute to the path given relative to the location

Definition at line 7193 of file DAMASK_marc.f90.

◆ hdf5_addattribute_int_array()

subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_int_array ( integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  attrLabel,
integer, dimension(:), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)

adds a integer attribute to the path given relative to the location

Definition at line 7275 of file DAMASK_marc.f90.

◆ hdf5_addattribute_real()

subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_real ( integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  attrLabel,
real(preal), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)

adds a integer attribute to the path given relative to the location

Definition at line 7234 of file DAMASK_marc.f90.

◆ hdf5_addattribute_real_array()

subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_real_array ( integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  attrLabel,
real(preal), dimension(:), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)

adds a real attribute to the path given relative to the location

Definition at line 7319 of file DAMASK_marc.f90.

◆ hdf5_addattribute_str()

subroutine hdf5_utilities::hdf5_addattribute::hdf5_addattribute_str ( integer(hid_t), intent(in)  loc_id,
character(len=*), intent(in)  attrLabel,
character(len=*), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)

adds a string attribute to the path given relative to the location

Definition at line 7147 of file DAMASK_marc.f90.


The documentation for this interface was generated from the following file: