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

Data Types

type  spoketype
 
type  bushingelementtype
 
interface  writeobject
 

Functions/Subroutines

subroutine writebushingelementtype (bElem, io, complexity)
 
subroutine nullifybushingelement (bElem, deallocating)
 
subroutine deallocatebushingelement (bElem)
 
subroutine deallocatebushingelements (bElms)
 

Function/Subroutine Documentation

◆ deallocatebushingelement()

subroutine bushingelementtypemodule::deallocatebushingelement ( type(bushingelementtype), intent(inout)  bElem)

◆ deallocatebushingelements()

subroutine bushingelementtypemodule::deallocatebushingelements ( type(bushingelementtype), dimension(:), pointer  bElms)

◆ nullifybushingelement()

subroutine bushingelementtypemodule::nullifybushingelement ( type(bushingelementtype), intent(out)  bElem,
logical, intent(in), optional  deallocating 
)

◆ writebushingelementtype()

subroutine bushingelementtypemodule::writebushingelementtype ( type(bushingelementtype), intent(in)  bElem,
integer, intent(in)  io,
integer, intent(in), optional  complexity 
)