Skip to content

novaphy.solvers.SolverMPMConfig

Construction-time options for the scaffolded SolverMPM API surface.

Scaffold

SolverMPM.step() raises until Material Point Method kernels land. The config object exists so downstream code can target the future API shape.

Attributes

Attribute Description
max_iterations Iteration cap for the future MPM solve.
tolerance Convergence tolerance.
voxel_size Grid voxel size.
grid_padding Padding cells around the active grid.
max_active_cell_count Active grid-cell capacity.

See Also