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

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

#include <rapier.h>

Data Fields

R2Real 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

R2Real R2SoftFemParameters::linearTolerance

FEM iterative linear-solver tolerance.

◆ maxDenseDofs

size_t R2SoftFemParameters::maxDenseDofs

Maximum degrees of freedom solved by the dense FEM solver.

◆ maxLinearIterations

size_t R2SoftFemParameters::maxLinearIterations

Maximum FEM linear-solver iterations.


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