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

Go to the source code of this file.

Data Types

interface  results::results_writedataset
 
interface  results::results_addattribute
 

Modules

module  results
 

Functions/Subroutines

subroutine, public results::results_init
 
subroutine, public results::results_openjobfile
 opens the results file to append data More...
 
subroutine, public results::results_closejobfile
 closes the results file More...
 
subroutine, public results::results_addincrement (inc, time)
 creates the group of increment and adds time as attribute to the file More...
 
subroutine, public results::results_finalizeincrement
 finalize increment More...
 
integer(hid_t) function, public results::results_opengroup (groupName)
 open a group from the results file More...
 
integer(hid_t) function, public results::results_addgroup (groupName)
 adds a new group to the results file More...
 
subroutine, public results::results_closegroup (group_id)
 close a group More...
 
subroutine, public results::results_setlink (path, link)
 set link to object in results file More...
 
subroutine results::results_addattribute_str (attrLabel, attrValue, path)
 adds a string attribute to an object in the results file More...
 
subroutine results::results_addattribute_int (attrLabel, attrValue, path)
 adds an integer attribute an object in the results file More...
 
subroutine results::results_addattribute_real (attrLabel, attrValue, path)
 adds a real attribute an object in the results file More...
 
subroutine results::results_addattribute_int_array (attrLabel, attrValue, path)
 adds an integer array attribute an object in the results file More...
 
subroutine results::results_addattribute_real_array (attrLabel, attrValue, path)
 adds a real array attribute an object in the results file More...
 
subroutine, public results::results_removelink (link)
 remove link to an object More...
 
subroutine results::results_writescalardataset_real (group, dataset, label, description, SIunit)
 stores a scalar dataset in a group More...
 
subroutine results::results_writevectordataset_real (group, dataset, label, description, SIunit)
 stores a vector dataset in a group More...
 
subroutine results::results_writetensordataset_real (group, dataset, label, description, SIunit, transposed)
 stores a tensor dataset in a group More...
 
subroutine results::results_writevectordataset_int (group, dataset, label, description, SIunit)
 stores a vector dataset in a group More...
 
subroutine results::results_writetensordataset_int (group, dataset, label, description, SIunit)
 stores a tensor dataset in a group More...
 
subroutine results::results_writescalardataset_rotation (group, dataset, label, description, lattice_structure)
 stores a scalar dataset in a group More...
 
subroutine, public results::results_mapping_constituent (phaseAt, memberAtLocal, label)
 adds the unique mapping from spatial position and constituent ID to results More...
 
subroutine, public results::results_mapping_materialpoint (homogenizationAt, memberAtLocal, label)
 adds the unique mapping from spatial position and constituent ID to results More...
 

Variables

integer(hid_t) results::resultsfile