| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(FEMSolver_), | public | :: | solver | ||||
| integer(kind=int32), | public, | allocatable | :: | DomainNodeID(:,:) | |||
| integer(kind=int32), | public, | allocatable | :: | DomainElemID(:,:) | |||
| real(kind=real64), | public, | allocatable | :: | YoungModulus(:) | |||
| real(kind=real64), | public, | allocatable | :: | PoissonRatio(:) | |||
| real(kind=real64), | public, | allocatable | :: | Density(:) | |||
| real(kind=real64), | public, | allocatable | :: | EigenFrequency(:) | |||
| real(kind=real64), | public, | allocatable | :: | EigenMode(:,:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this | |||
| type(FEMDomain_), | intent(in) | :: | domains(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this | |||
| integer(kind=int32), | intent(in) | :: | DomainID | |||
| real(kind=real64), | intent(in) | :: | Density(:) | |||
| real(kind=real64), | intent(in) | :: | YoungModulus(:) | |||
| real(kind=real64), | intent(in) | :: | PoissonRatio(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this | |||
| integer(kind=int32), | intent(in) | :: | DomainID | |||
| integer(kind=int32), | intent(in) | :: | NodeList(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this | |||
| real(kind=real64), | intent(in), | optional | :: | penalty | ||
| logical, | intent(in), | optional | :: | only_matrix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(in) | :: | this | |||
| character(len=*), | intent(in) | :: | name | |||
| integer(kind=int32), | intent(in) | :: | num_mode | |||
| real(kind=real64), | intent(in) | :: | amp | |||
| real(kind=real64), | intent(in), | optional | :: | stress_scale |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ModalAnalysis_), | intent(inout) | :: | this |