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
  • !518

Jacobi solver for PBD

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jianfeng Yan requested to merge _transfer-jianfengyan/iMSTK:xpbd_jacobi_fem into master Jan 13, 2021
  • Overview 12
  • Commits 12
  • Pipelines 0
  • Changes 34
  • Fix ReducedFEM
  • Fix some warnings in PbdModel
  • Add Jacobi solver
    • Add Jacobi to non-collision solver
    • Add Jacobi to collision solver
  • a bug that I just found: if PbdModel is initialized with Jacobi but switched to GS later, constraints will not be partitioned.
  • Fix a bug in PBDModel::partitionConstraints that caused partitionedConstraints to be empty.
  • Fix on a memory issue that causes large meshes to crush; It turned out the Welsh Powell coloring is the main cause of the issue.
  • Add a new case, PBDSpeed, for PBD performance testing.
  • It's better to have a test for coloring.
  • Andrew's suggestion: separate GS and Jacobi into 2 classes
  • Format the code
Edited Jan 20, 2021 by Jianfeng Yan
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: xpbd_jacobi_fem