FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
muload::tuload Type Reference

Structure for user defines load. User may need to fill in it according to specified loads. More...

Collaboration diagram for muload::tuload:

Data Fields

integer, dimension(:), pointer nodeid =>null()
 nodes' ID More...
 
integer, dimension(:), pointer dof =>null()
 dof to be loaded More...
 

Detailed Description

Structure for user defines load. User may need to fill in it according to specified loads.

Definition at line 13 of file uload.f90.

Field Documentation

◆ dof

integer, dimension(:), pointer muload::tuload::dof =>null()

dof to be loaded

Definition at line 15 of file uload.f90.

◆ nodeid

integer, dimension(:), pointer muload::tuload::nodeid =>null()

nodes' ID

Definition at line 14 of file uload.f90.


The documentation for this type was generated from the following file: