DAMASK with grid solvers  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with Grid Solvers
results::results_addattribute Interface Reference

Private Member Functions

subroutine results_addattribute_real (attrLabel, attrValue, path)
 adds a real attribute an object in the results file More...
 
subroutine results_addattribute_int (attrLabel, attrValue, path)
 adds an integer attribute an object in the results file More...
 
subroutine results_addattribute_str (attrLabel, attrValue, path)
 adds a string attribute to an object in the results file More...
 
subroutine results_addattribute_int_array (attrLabel, attrValue, path)
 adds an integer array attribute an object in the results file More...
 
subroutine results_addattribute_real_array (attrLabel, attrValue, path)
 adds a real array attribute an object in the results file More...
 

Detailed Description

Definition at line 38 of file results.f90.

Member Function/Subroutine Documentation

◆ results_addattribute_int()

subroutine results::results_addattribute::results_addattribute_int ( character(len=*), intent(in)  attrLabel,
integer, intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)
private

adds an integer attribute an object in the results file

Definition at line 207 of file results.f90.

◆ results_addattribute_int_array()

subroutine results::results_addattribute::results_addattribute_int_array ( character(len=*), intent(in)  attrLabel,
integer, dimension(:), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)
private

adds an integer array attribute an object in the results file

Definition at line 243 of file results.f90.

◆ results_addattribute_real()

subroutine results::results_addattribute::results_addattribute_real ( character(len=*), intent(in)  attrLabel,
real(preal), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)
private

adds a real attribute an object in the results file

Definition at line 225 of file results.f90.

◆ results_addattribute_real_array()

subroutine results::results_addattribute::results_addattribute_real_array ( character(len=*), intent(in)  attrLabel,
real(preal), dimension(:), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)
private

adds a real array attribute an object in the results file

Definition at line 261 of file results.f90.

◆ results_addattribute_str()

subroutine results::results_addattribute::results_addattribute_str ( character(len=*), intent(in)  attrLabel,
character(len=*), intent(in)  attrValue,
character(len=*), intent(in), optional  path 
)
private

adds a string attribute to an object in the results file

Definition at line 190 of file results.f90.


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