//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// More...
| Functions | |
| double | multiplier (const Vector< double > &xi) | 
| Multiplier for inertia terms (needed for consistent assignment of initial conditions in Newmark scheme)  More... | |
| Variables | |
| double | Nu =0.3 | 
| Poisson's ratio.  More... | |
| double | Lambda_sq =(1.0-Nu)/((1.0+Nu)*(1.0-2.0*Nu)) | 
| Timescale ratio.  More... | |
| ConstitutiveLaw * | Constitutive_law_pt =0 | 
| Pointer to constitutive law.  More... | |
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
Global variables
| double Global_Physical_Variables::multiplier | ( | const Vector< double > & | xi | ) | 
Multiplier for inertia terms (needed for consistent assignment of initial conditions in Newmark scheme)
Definition at line 63 of file disk_oscillation.cc.
References Lambda_sq.
Referenced by DiskOscillationProblem< ELEMENT >::run().
| ConstitutiveLaw* Global_Physical_Variables::Constitutive_law_pt =0 | 
Pointer to constitutive law.
Definition at line 59 of file disk_oscillation.cc.
Referenced by DiskOscillationProblem< ELEMENT >::DiskOscillationProblem(), and main().
Timescale ratio.
Definition at line 56 of file disk_oscillation.cc.
Referenced by DiskOscillationProblem< ELEMENT >::DiskOscillationProblem(), and multiplier().
| double Global_Physical_Variables::Nu =0.3 | 
Poisson's ratio.
Definition at line 53 of file disk_oscillation.cc.
Referenced by main(), and DiskOscillationProblem< ELEMENT >::run().