Skip to main content
QUICK REVIEW

[論文レビュー] MPM Lite: Linear Kernels and Integration without Particles

Xiang Feng, Yunuo Chen|arXiv (Cornell University)|Feb 8, 2026
Computer Graphics and Visualization Techniques被引用数 0
ひとこと要約

tldr: MPM Lite presents a hybrid Lagrangian/Eulerian approach that removes particle-based quadrature at solve time by resampling particle data onto fixed grid quadrature points, enabling FEM-style implicit/explicit solves independent of particles.

ABSTRACT

In this paper, we introduce MPM Lite, a new hybrid Lagrangian/Eulerian method that eliminates the need for particle-based quadrature at solve time. Standard MPM practices suffer from a performance bottleneck where expensive implicit solves are proportional to particle-per-cell (PPC) counts due to the the choices of particle-based quadrature and wide-stencil kernels. In contrast, MPM Lite treats particles primarily as carriers of kinematic state and material history. By conceptualizing the background Cartesian grid as a voxel hexahedral mesh, we resample particle states onto fixed-location quadrature points using efficient, compact linear kernels. This architectural shift allows force assembly and the entire time-integration process to proceed without accessing particles, making the solver complexity no longer relate to particles. At the core of our method is a novel stress transfer and stretch reconstruction strategy. To avoid non-physical averaging of deformation gradients, we resample the extensive Kirchhoff stress and derive a rotation-free deformation reference solution, which naturally supports an optimization-based incremental potential formulation. Consequently, MPM Lite can be implemented as modular resampling units coupled with an FEM-style integration module, enabling the direct use of off-the-shelf nonlinear solvers, preconditioners, and unambiguous boundary conditions. We demonstrate through extensive experiments that MPM Lite preserves the robustness and versatility of traditional MPM across diverse materials while delivering significant speedups in implicit settings and improving explicit settings at the same time. Check our project page at https://mpmlite.github.io.

研究の動機と目的

  • 目的と動機
  • MPMにおける PPC依存のボトルネックを取り除くための粒子-量子化を排除したソルバーの動機付けと開発。
  • 固定-grid FEM風の統合を用いながら弾塑性材料に対する頑健性と多様性を維持。
  • 既製の非線形ソルバーおよび境界条件処理との容易な統合を可能にする。

提案手法

  • Cartesian gridをボクセルヘキサhedralメッシュとして扱い、コンパクト線形カーネルを用いて固定位置の量子化点へ粒子場を再サンプリング。
  • 格子上でのみ力の組み立てと時間積分を実行し、粒子は移流と Constitutive updates のみに使用。
  • 運動量と応力を線形カーネル、2次の一貫性のある速度移動、および回転-freeの伸びベース応力再構成で転送。
  • 回転-free基礎伸びを用いた増分的ポテンシャル形式を採用し、オブジェクティブなグリッドベースの implicit 解を可能にする。
  • 中心での Kirchhoff応力集約による応力と伸びの再構成の後、格子上でFEM風の統合を実施。
  • 材料ごとに中心での量子化を保持し、更新ラグランジュ系でエネルギー寄与を集約して複数材料をサポート。

実験結果

リサーチクエスチョン

  • RQ1ソルバーの複雑さを粒子ごとのセル数から分離できるか(粒子からの統合を移動させることで)?
  • RQ2回転-free伸びの再構成は等方材料に対して客観的で安定した implicit 更新をもたらすか?
  • RQ3線形カーネル移動はAPIC/B-spline系に比べて精度と安定性はどうで、FEM風ソルバーを可能にするか?
  • RQ4従来のMPM変種に比べて明示・暗黙のどの程度の性能向上を得つつ材料の汎用性を維持できるか?

主な発見

  • MPM Liteは実用的な弾塑性材料においてexplicit MPMと比べて1.88×の高速化、implicit MPMと比べて15.9×の高速化を達成。
  • このアプローチは従来のMPMの頑健性と汎用性を保ちつつ、特に implicit 設定でのソルバーコストを削減。
  • 回転-free伸びの参照解は、標準の非線形ソルバーおよび境界条件と互換性のある最適化ベースのincremental形式を可能にする。
  • 線形カーネル移動はAPICと2次の一貫性を提供しつつ、コンパクトなステンシルと格子中心の力のアセンブリを維持。

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。