FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
initiatetriadtypemodule Module Reference

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

Detailed Description

Initialization of triads from the solver input file.

Function/Subroutine Documentation

◆ initiatetriads2()

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.

Parameters
[in]samData for managing system matrix assembly
triadsAll triads in the model
[out]errError flag
Author
Knut Morten Okstad
Date
21 Jul 2000
Here is the caller graph for this function:

◆ readtriads()

subroutine initiatetriadtypemodule::readtriads ( integer, intent(in)  infp,
type(triadtype), dimension(:), pointer  triads,
integer, intent(out)  err 
)

Initializes triads with data from the input file.

Parameters
[in]infpFile unit number for the solver input file
[out]triadsArray of all triads in the model
[out]errError flag
Author
Knut Morten Okstad
Date
21 Jul 2000
Here is the call graph for this function:
Here is the caller graph for this function: