|
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...
|
|