Expand description
Physics in Parallel crate root.
Purpose: This crate provides layered infrastructure for physics-oriented numerical simulation:
mathdefines scalar, tensor, matrix, vector-list, random-fill, and math IO foundations.spaceadds continuous and discrete spatial semantics on top of math containers.enginesprovides model-agnostic runtime storage and interaction backends.modelsprovides concrete physical model pieces that use the lower layers.
The crate-wide prelude re-exports the common user-facing API from all ready layers:
use physics_in_parallel::prelude::*;