Public Attributes | |
type(rotation) | rot |
rotation of BC More... | |
type(tboundarycondition) | stress |
stress BC More... | |
type(tboundarycondition) | deformation |
deformation BC (Fdot or L) More... | |
real(preal) | time = 0.0_pReal |
length of increment More... | |
integer | incs = 0 |
number of increments More... | |
integer | outputfrequency = 1 |
frequency of result writes More... | |
integer | restartfrequency = huge(0) |
frequency of restart writes More... | |
integer | logscale = 0 |
linear/logarithmic time inc flag More... | |
logical | followformertrajectory = .true. |
follow trajectory of former loadcase More... | |
integer(kind(field_undefined_id)), dimension(:), allocatable | id |
Definition at line 1544 of file spectral_utilities.f90.
type(tboundarycondition) spectral_utilities::tloadcase::deformation |
deformation BC (Fdot or L)
Definition at line 1546 of file spectral_utilities.f90.
logical spectral_utilities::tloadcase::followformertrajectory = .true. |
follow trajectory of former loadcase
Definition at line 1553 of file spectral_utilities.f90.
integer(kind(field_undefined_id)), dimension(:), allocatable spectral_utilities::tloadcase::id |
Definition at line 1554 of file spectral_utilities.f90.
integer spectral_utilities::tloadcase::incs = 0 |
number of increments
Definition at line 1549 of file spectral_utilities.f90.
integer spectral_utilities::tloadcase::logscale = 0 |
linear/logarithmic time inc flag
Definition at line 1549 of file spectral_utilities.f90.
integer spectral_utilities::tloadcase::outputfrequency = 1 |
frequency of result writes
Definition at line 1549 of file spectral_utilities.f90.
integer spectral_utilities::tloadcase::restartfrequency = huge(0) |
frequency of restart writes
Definition at line 1549 of file spectral_utilities.f90.
type(rotation) spectral_utilities::tloadcase::rot |
rotation of BC
Definition at line 1545 of file spectral_utilities.f90.
type(tboundarycondition) spectral_utilities::tloadcase::stress |
stress BC
Definition at line 1546 of file spectral_utilities.f90.
real(preal) spectral_utilities::tloadcase::time = 0.0_pReal |
length of increment
Definition at line 1548 of file spectral_utilities.f90.