Solver
Aperi-Mech
Aperi-Mech is our flagship solver, designed to run efficiently with an AI agent. It includes an internal mesher designed for AI, so an agent can generate meshes efficiently without wasting tokens.
Capabilities
What it does
- Supports unstructured meshes. Generate analysis-ready meshes from imperfect geometry or raw scans without manual cleanup.
- Explicit transient dynamics, implicit dynamics, and statics. All done with matrix-free solvers, no global assembly required.
- Performance portable: single codebase runs natively on CPUs and GPUs with no vendor lock-in.
- Meshfree and finite element methods in a single framework.
Method
Conforming Reproducing Kernel
The Conforming Reproducing Kernel Method (CRK) is the result of extensive research focusing on the application of mesh-free methods to expedite simulation development. In most simulation processes, a significant bottleneck lies in the effort required to generate a suitable discretization, known as “meshing,” from the given geometry. This task is particularly critical for dynamic structural analyses, as computational costs are directly linked to mesh quality.
CRK offers an effective solution for simulating scenarios involving complex geometries, low-quality meshes, and nearly incompressible materials, all without increasing the computational cost to obtain accurate solutions.
Examples
Worked examples