Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • iMSTK iMSTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTKiMSTK
  • iMSTKiMSTK
  • Merge requests
  • !567

Limit maxIterations to 1 for semi-implicit stepping

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jianfeng Yan requested to merge _transfer-jianfengyan/iMSTK:newton-semiimplicit into master Apr 28, 2021
  • Overview 10
  • Commits 3
  • Pipelines 0
  • Changes 9
  • limit max iterations for linear solve in Newton to 1 for semi-implicit stepping
  • define default InternalForceModel::getForceAndMatrix
  • add NonLinearSystem::m_F_dF. NonLinearSystem constructor now optionally takes in a functor that computes both residual and Jacobian.
  • add FEMDeformableBodyModel::getFunctionAndGradient, which calls computeSemiImplicitSystemRHSAndLHS or computeSemiImplicitSystemRHSAndLHS. This increases the speed of NewtonSolver::updateJacobian by 30~40% for the heart case, and the FPS of it from 20 to 25+ on my system.
Edited Apr 28, 2021 by Jianfeng Yan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: newton-semiimplicit