|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
Initialization of triads from the solver input file. More...
Functions/Subroutines | |
| subroutine | readtriads (infp, triads, err) |
| Initializes triads with data from the input file. More... | |
| subroutine | initiatetriads2 (sam, triads, err) |
| Initializes more triad arrays after system initialization. More... | |
Initialization of triads from the solver input file.
| subroutine initiatetriadtypemodule::initiatetriads2 | ( | type(samtype), intent(in) | sam, |
| type(triadtype), dimension(:), intent(inout) | triads, | ||
| integer, intent(out) | err | ||
| ) |
Initializes more triad arrays after system initialization.
| [in] | sam | Data for managing system matrix assembly |
| triads | All triads in the model | |
| [out] | err | Error flag |

| subroutine initiatetriadtypemodule::readtriads | ( | integer, intent(in) | infp, |
| type(triadtype), dimension(:), pointer | triads, | ||
| integer, intent(out) | err | ||
| ) |
Initializes triads with data from the input file.
| [in] | infp | File unit number for the solver input file |
| [out] | triads | Array of all triads in the model |
| [out] | err | Error flag |

