 |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the documentation of this file.
14 integer,
pointer :: nodeid(:)=>null()
15 integer,
pointer :: dof(:)=>null()
25 character(len=*),
intent(in) :: fname
30 subroutine uloading( cstep, factor, exForce )
31 integer,
intent(in) :: cstep
32 real(kind=kreal),
intent(in) :: factor
33 real(kind=kreal),
intent(inout) :: exforce(:)
38 subroutine uresidual( cstep, factor, residual )
39 integer,
intent(in) :: cstep
40 real(kind=kreal),
intent(in) :: factor
41 real(kind=kreal),
intent(inout) :: residual(:)
type(tuload), dimension(:), pointer, save uloads
Structure for user defines load. User may need to fill in it according to specified loads.
This subroutine read in used-defined loading tangent.
integer function ureadload(fname)
This subroutine 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.