FEDEM Solver  R8.0
Source code of the dynamics solver
Data Types | Functions/Subroutines
supelloadtypemodule Module Reference

Data Types

type  supelloadtype
 
interface  writeobject
 

Functions/Subroutines

subroutine, public initiateloads (infp, sups, engines, loads, err)
 
subroutine writeloadtype (load, io, complexity)
 
subroutine nullifyload (load)
 
subroutine, public deallocateloads (loads)
 

Function/Subroutine Documentation

◆ deallocateloads()

subroutine, public supelloadtypemodule::deallocateloads ( type(supelloadtype), dimension(:), pointer  loads)

◆ initiateloads()

subroutine, public supelloadtypemodule::initiateloads ( integer, intent(in)  infp,
type(supeltype), dimension(:), intent(in)  sups,
type(enginetype), dimension(:), intent(in)  engines,
type(supelloadtype), dimension(:), pointer  loads,
integer, intent(out)  err 
)

◆ nullifyload()

subroutine supelloadtypemodule::nullifyload ( type(supelloadtype), intent(out)  load)

◆ writeloadtype()

subroutine supelloadtypemodule::writeloadtype ( type(supelloadtype), intent(in)  load,
integer, intent(in)  io,
integer, intent(in), optional  complexity 
)