v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
StdRDOperators::PreviousData Struct Reference

#include <users_modules/softmech/chemo_mech/src/rd_stdOperators.hpp>

Collaboration diagram for StdRDOperators::PreviousData:
[legend]

Public Member Functions

 PreviousData ()
 

Public Attributes

MatrixDouble grads
 Gradients of field "u" at integration points. More...
 
VectorDouble values
 Values of field "u" at integration points. More...
 
VectorDouble dot_values
 Rate of values of field "u" at integration points. More...
 
VectorDouble slow_values
 
MatrixDouble invJac
 Inverse of element jacobian. More...
 

Detailed Description

Definition at line 62 of file rd_stdOperators.hpp.

Constructor & Destructor Documentation

◆ PreviousData()

StdRDOperators::PreviousData::PreviousData ( )
inline

Definition at line 71 of file rd_stdOperators.hpp.

71{}

Member Data Documentation

◆ dot_values

VectorDouble StdRDOperators::PreviousData::dot_values

Rate of values of field "u" at integration points.

Definition at line 66 of file rd_stdOperators.hpp.

◆ grads

MatrixDouble StdRDOperators::PreviousData::grads

Gradients of field "u" at integration points.

Definition at line 63 of file rd_stdOperators.hpp.

◆ invJac

MatrixDouble StdRDOperators::PreviousData::invJac

Inverse of element jacobian.

Definition at line 69 of file rd_stdOperators.hpp.

◆ slow_values

VectorDouble StdRDOperators::PreviousData::slow_values

Definition at line 67 of file rd_stdOperators.hpp.

◆ values

VectorDouble StdRDOperators::PreviousData::values

Values of field "u" at integration points.

Definition at line 64 of file rd_stdOperators.hpp.


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