svMultiPhysics
Loading...
Searching...
No Matches
Public Attributes | List of all members
SolutionStates Struct Reference

Holds solution state at old, current, and intermediate time levels. More...

#include <SolutionStates.h>

Public Attributes

Solution old
 Previous converged solution at time n (Ao, Do, Yo)
 
Solution current
 Current solution being computed at time n+1 (An, Dn, Yn)
 
Solution intermediate
 Generalized-alpha intermediate level (Ag, Yg, Dg)
 

Detailed Description

Holds solution state at old, current, and intermediate time levels.

Contains solution arrays at three time levels for time integration:

Member Data Documentation

◆ current

Solution SolutionStates::current

Current solution being computed at time n+1 (An, Dn, Yn)

◆ intermediate

Solution SolutionStates::intermediate

Generalized-alpha intermediate level (Ag, Yg, Dg)

◆ old

Solution SolutionStates::old

Previous converged solution at time n (Ao, Do, Yo)


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