| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| type(COO_) | :: | coo | ||||
| type(COO_) | :: | Kmatrix_COO | ||||
| type(COO_) | :: | Mmatrix_COO | ||||
| type(CRS_) | :: | crs | ||||
| type(CRS_) | :: | Kmatrix | ||||
| type(CRS_) | :: | Mmatrix | ||||
| real(kind=real64), | allocatable | :: | x(:) | |||
| complex(kind=real64), | allocatable | :: | u(:) | |||
| complex(kind=real64), | allocatable | :: | u_p(:) | |||
| complex(kind=real64), | allocatable | :: | u_m(:) | |||
| complex(kind=real64), | allocatable | :: | u_bar(:) | |||
| complex(kind=real64), | allocatable | :: | k_u_bar(:) | |||
| real(kind=real64), | allocatable | :: | Force(:) | |||
| real(kind=real64), | allocatable | :: | K_inv_F(:) | |||
| complex(kind=real64) | :: | alpha | ||||
| real(kind=real64) | :: | K | ||||
| real(kind=real64) | :: | dt | ||||
| real(kind=real64) | :: | h | ||||
| real(kind=real64) | :: | b_c_spring | ||||
| real(kind=real64) | :: | damping_coeff | ||||
| integer(kind=int32) | :: | timestep | ||||
| type(Math_) | :: | math | ||||
| type(IO_) | :: | f | ||||
| integer(kind=int32) | :: | DOF | ||||
| complex(kind=real64) | :: | fix_disp | ||||
| type(FEMDomain_), | allocatable | :: | point(:) | |||
| integer(kind=int32) | :: | i |