Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::mfem_ext::SecondOrderODE::State Struct Reference

A set of references to physics-module-owned variables used by the residual operator. More...

#include <odes.hpp>

Public Attributes

double & time
 Time value at which the ODE solver wants to compute a residual.
 
double & c0
 coefficient used to calculate updated displacement: u_{n + 1} := u + c0 * d2u_dt2
 
double & c1
 coefficient used to calculate updated velocity: du_dt_{n+1} := du_dt + c1 * d2u_dt2
 
mfem::Vector & u
 Predicted true DOFs.
 
mfem::Vector & du_dt
 Predicted du_dt.
 
mfem::Vector & d2u_dt2
 Previous value of d^2u_dt^2.
 

Detailed Description

A set of references to physics-module-owned variables used by the residual operator.

Definition at line 51 of file odes.hpp.


The documentation for this struct was generated from the following file: