FEDEM Solver
R8.0
Source code of the dynamics solver
|
Deallocates a function object. More...
Public Member Functions | |
subroutine | deallocatefuncs (funcs) |
Deallocates all function shape objects. More... | |
subroutine | deallocateengines (engines) |
Deallocates all general function objects. More... | |
Deallocates a function object.
subroutine functiontypemodule::deallocatefunctions::deallocateengines | ( | type(enginetype), dimension(:), pointer | engines | ) |
Deallocates all general function objects.
engines | Array of all functiontypemodule::enginetype objects |
subroutine functiontypemodule::deallocatefunctions::deallocatefuncs | ( | type(functiontype), dimension(:), pointer | funcs | ) |
Deallocates all function shape objects.
funcs | Array of all functiontypemodule::functiontype objects |