Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maint/remove set varname values in tardigrade hydra linear viscoelasticity #149

1 change: 1 addition & 0 deletions docs/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Internal Changes
- Removed set_varname and replaced with setDataStorage for the classical base classes (:pull:`146`). By `Nathan Miller`_.
- Removed malloc causing operations in tardigrade_hydra and tardigrade_hydraLinearElasticity (:pull:`147`). By `Nathan Miller`_.
- Removed additional set_varname like functions in linear elasticity (:pull:`148`). By `Nathan Miller`_.
- Removed set_varname and replaced with setDataStorage for linear viscoelasticity (:pull:`149`). By `Nathan Miller`_.

******************
0.4.4 (07-12-2024)
Expand Down
2 changes: 0 additions & 2 deletions src/cpp/tardigrade_hydra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,6 @@ namespace tardigradeHydra{

map_dInvCscdCs = ( map_dInvCscdCsc * map_dCscdCs ).eval( );

// floatVector dInvCscdCs = tardigradeVectorTools::matrixMultiply( dInvCscdCsc, getSubConfigurationJacobian( configurations, 1, num_configs ), sot_dim, sot_dim, sot_dim, num_configs * sot_dim );

// Compute the gradients
for ( unsigned int i = 0; i < dim; i++ ){

Expand Down
Loading
Loading