Add RBFSinglePrecision for a single precision option#279
Add RBFSinglePrecision for a single precision option#279ndem0 merged 2 commits intomathLab:masterfrom
Conversation
Introduced RBFSinglePrecision class for memory optimization.
A fluent mesh sample is attached, along with the code for mesh deformation. |
|
Dear @Icbears, thank you! The PR is fine, but looking at the code, I've seen that the new class actually introduces a parameter for the precision (float32/64). To avoid code repetition, I ask you to add that parameter in the |
Added dtype parameter for precision control and updated related methods to handle different data types (fp16, fp32, fp64, fp96, and fp128), with default dtype fp64. Added warnings for unsupported precision types.
|
Dear @ndem0, thank you for your advice. I have added a |
Introduced RBFSinglePrecision class for memory optimization.
edit_mesh.zip
test.zip