DAMASK with MSC.Marc FEM solver  Revision: v2.0.3-2204-gdb1f2151
The Düsseldorf Advanced Material Simulation Kit with MSC.Marc
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 8804 of file DAMASK_marc.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 8973 of file DAMASK_marc.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 9009 of file DAMASK_marc.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 8991 of file DAMASK_marc.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 9027 of file DAMASK_marc.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 8956 of file DAMASK_marc.f90.


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