|
subroutine, public | initiatesupeltypemodule::readsupels (infp, env, triads, sups, err) |
| Initializes superelements with data from the input file. More...
|
|
subroutine | writesupmatrix (label, sup, A) |
| Subroutine for debug print of a superelement matrix. More...
|
|
subroutine | computestructdamping (C, M, K, alpha1, alpha2) |
| Computes structural damping matrix assuming Rayleigh damping. More...
|
|
subroutine | scalematrices (Km, M, fg) |
| Applies scaling factors on the superelement matrices. More...
|
|
subroutine, public | initiatesupeltypemodule::initiatesupels2 (sam, sys, sups, masses, engines, err) |
| Initializes more superelement arrays after system initialization. More...
|
|
logical function | hasaddedmass (supel) |
| Checks if a superelement has additional masses on triads. More...
|
|
subroutine | initiatesupeltypemodule::readsupelmatrices (fileNames, sup, ierr) |
| Reads into core the reduced superelement matrices from file. More...
|
|
subroutine | initiatesupeltypemodule::readnonlinsupelmatrices (fileNames, sup, numData, ierr) |
| Reads into core the reduced nonlinear superelement matrices. More...
|
|
subroutine | initiatesupeltypemodule::readmatrix (fileName, supId, dtype, ndata, data, ierr) |
| Reads a matrix from a binary file into core. More...
|
|
subroutine, public | initiatesupeltypemodule::writesupels2ftn (sups, ierr) |
| Writes a Fortran90 subroutine with hard-coded superelement matrices. More...
|
|
character(len=1) function | i2c (i) |
| Converts an integer (less that 37) to a character. More...
|
|
subroutine | writematrix (ndat, data) |
| Writes a matrix as a Fortran data statement. More...
|
|
Initialization of superelements from the solver input file.