FEDEM Solver  R8.0
Source code of the dynamics solver
Modules | Functions/Subroutines
addInSysModule.f90 File Reference

Subroutines for system-level assembly. More...

Modules

module  addinsysmodule
 Module with subroutines for system-level assembly.
 

Functions/Subroutines

subroutine addinsysmodule::buildnewtonmat (Nmat, scaleM, scaleC, scaleK, mech, sam, iter, stressStiffUpdateSkip, globalStressStiffIsOn, alpha2, ierr, Rhs)
 Builds the system Newton matrix. More...
 
subroutine addinsysmodule::buildmassmat (Mmat, mech, sam, ierr)
 Builds the system mass matrix. More...
 
subroutine addinsysmodule::builddampermat (Cmat, mech, sam, ierr)
 Builds the system damping matrix. More...
 
subroutine addinsysmodule::buildstiffmat (Kmat, mech, sam, iter, globalStressStiffIsOn, stressStiffUpdateSkip, ierr, Rhs)
 Builds the system stiffness matrix. More...
 
subroutine addinsysmodule::getforcevectors (FSk, FDk, FIk, Qk, RFk, sam, mech, istep, alpha2, ierr)
 Builds the system force vectors. More...
 
subroutine addinsysmodule::getstaticforcevectors (FSk, Qk, RFk, sam, mech, ierr)
 Builds the quasti-static system force vectors. More...
 

Detailed Description

Subroutines for system-level assembly.