svMultiPhysics
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Solution Struct Reference

Represents solution variables at a single time step. More...

#include <SolutionStates.h>

Public Member Functions

Array< double > & get_acceleration ()
 
const Array< double > & get_acceleration () const
 
Array< double > & get_velocity ()
 
const Array< double > & get_velocity () const
 
Array< double > & get_displacement ()
 
const Array< double > & get_displacement () const
 

Detailed Description

Represents solution variables at a single time step.

Contains the three primary solution arrays used in time integration: A (time derivative), D (integrated variable), and Y (variable)


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