Skip to content

Conversation

santiago-correa-89
Copy link
Contributor

@santiago-correa-89 santiago-correa-89 commented Mar 16, 2023

Closes #643
Related to #498

Added U, Udot and Udotdot to user load as cell input
@jorgepz jorgepz changed the title changeHHT Fix forces in alphaHHT and add displacements to user force Mar 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Mar 16, 2023

Codecov Report

Merging #642 (9bd5554) into master (89bbf63) will not change coverage.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##           master     #642   +/-   ##
=======================================
  Coverage   60.77%   60.77%           
=======================================
  Files         150      150           
  Lines        4928     4928           
=======================================
  Hits         2995     2995           
  Misses       1933     1933           
Impacted Files Coverage Δ
examples/linearAerodynamics/myLinearAeroLA.m 0.00% <ø> (ø)
examples/springMass/myLoadSpringMass.m 100.00% <ø> (ø)
src/computeFext.m 100.00% <100.00%> (ø)
src/core/ONSAS_init.m 91.52% <100.00%> (ø)
src/core/system_assembler.m 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

    [ FextGt ]  = computeFext( modelProperties, BCsData, nextTime - modelProperties.analysisSettings.deltaT , length(Fint), []  , {Ut, Udott, Udotdott} ) ;  % Evaluate external force in previous step
@jorgepz
Copy link
Member

jorgepz commented Mar 17, 2023

I added a subtask to the issue for including the model current state in the docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HHT method external force calculation
3 participants