Type | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|
type(WaveKernel_) | :: | WK | ||||
real(kind=real64), | allocatable | :: | u(:) | |||
real(kind=real64), | allocatable | :: | v(:) | |||
real(kind=real64), | allocatable | :: | a(:) | |||
real(kind=real64), | allocatable | :: | u_n(:) | |||
real(kind=real64), | allocatable | :: | v_n(:) | |||
real(kind=real64), | allocatable | :: | a_n(:) | |||
real(kind=real64), | allocatable | :: | Vp(:) | |||
real(kind=real64), | allocatable | :: | force(:) | |||
real(kind=real64), | allocatable | :: | YoungModulus(:) | |||
real(kind=real64), | allocatable | :: | Density(:) | |||
real(kind=real64), | allocatable | :: | u_xyz(:,:) | |||
integer(kind=int32), | allocatable | :: | fix_idx(:) | |||
type(FEMDomain_) | :: | object | ||||
real(kind=real64) | :: | dt | ||||
real(kind=real64) | :: | t | ||||
real(kind=real64) | :: | cp | ||||
real(kind=real64) | :: | cutoff_frequency | ||||
type(IO_) | :: | f | ||||
integer(kind=int32) | :: | total_step |