Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Attributes | List of all members
serac::mfem_ext::FirstOrderODE::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.
 
mfem::Vector & u
 Predicted true DOFs.
 
double & dt
 Current time step.
 
mfem::Vector & du_dt
 Previous value of du_dt.
 
double & previous_dt
 Previous value of dt.
 

Detailed Description

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

Definition at line 255 of file odes.hpp.


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