Rapier C — 3D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R3SoftFemParameters Struct Reference

Plain configuration data; initialize defaults, edit, then apply. More...

#include <rapier.h>

Data Fields

R3Real linearTolerance
 FEM iterative linear-solver tolerance.
size_t maxLinearIterations
 Maximum FEM linear-solver iterations.
size_t maxDenseDofs
 Maximum degrees of freedom solved by the dense FEM solver.

Detailed Description

Plain configuration data; initialize defaults, edit, then apply.

No destructor.

Field Documentation

◆ linearTolerance

R3Real R3SoftFemParameters::linearTolerance

FEM iterative linear-solver tolerance.

◆ maxDenseDofs

size_t R3SoftFemParameters::maxDenseDofs

Maximum degrees of freedom solved by the dense FEM solver.

◆ maxLinearIterations

size_t R3SoftFemParameters::maxLinearIterations

Maximum FEM linear-solver iterations.


The documentation for this struct was generated from the following file: