![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This subroutine read in used-defined loading tangent. More...
Data Types | |
type | tuload |
Structure for user defines load. User may need to fill in it according to specified loads. More... | |
Functions/Subroutines | |
integer function | ureadload (fname) |
This subroutine read in variables needs to define user-defined external loads. More... | |
subroutine | uloading (cstep, factor, exForce) |
This subroutine take consider of user-defined external loading. More... | |
subroutine | uresidual (cstep, factor, residual) |
This subroutine take consider of user-defined external loading. More... | |
Variables | |
type(tuload), dimension(:), pointer, save | uloads =>null() |
This subroutine read in used-defined loading tangent.
subroutine muload::uloading | ( | integer, intent(in) | cstep, |
real(kind=kreal), intent(in) | factor, | ||
real(kind=kreal), dimension(:), intent(inout) | exForce | ||
) |
integer function muload::ureadload | ( | character(len=*), intent(in) | fname | ) |
subroutine muload::uresidual | ( | integer, intent(in) | cstep, |
real(kind=kreal), intent(in) | factor, | ||
real(kind=kreal), dimension(:), intent(inout) | residual | ||
) |