![]() |
FrontISTR 5.2.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 suborutine read in variables needs to define user-defined external loads. | |
| subroutine | uloading (cstep, factor, exforce) |
| This subroutine take consider of user-defined external loading. | |
| subroutine | uresidual (cstep, factor, residual) |
| This subroutine take consider of user-defined external loading. | |
Variables | |
| type(tuload), dimension(:), pointer, save | uloads =>null() |
This subroutine read in used-defined loading tangent.
| integer function muload::ureadload | ( | character(len=*), intent(in) | fname | ) |