Glyph Version 7.22.2 Mode Types HighOrderSolver |
pw:: HighOrderSolverThe high order solver mode type Derives Frompw::Object pw::Mode pw::Solver NotesTo create a mode of this type, use the pw::Application.begin command with the mode HighOrderSolver specified, like this: set solver [pw::Application begin HighOrderSolver $entities] Summary
run
This action runs the high order solver solver. Parameters
ReturnsThis action returns nothing. InformationAt least one of export_spec or skip_positions must be provided. Invocations of `$solver run -skipAfter` without an export_spec do no work other than to append the skip positions to an internal list. Only the final invocation of `$solver run` should specify an export_spec. The presence of an export_spec starts the elevation and export process using any cached skip_positions. This command supports progress updates. No blocks are modified by this action. The elevated mesh is discarded after the requested exports have been written. ExampleCode # Elevate blocks using 75 iterations per smoothing step and write See also pw.Solver export
THIS ACTION IS NOT YET IMPLEMENTED. This action exports the high order mesh to one or more formats. Parameters
ReturnsThis action returns a boolean of true if written, false if not. ExampleCode # multiple exports via list |
This action runs the high order solver solver.
$solver run ?-entities ents? steps ?-skipAfter skip_positions? ?export_spec?
THIS ACTION IS NOT YET IMPLEMENTED.
$solver export export_spec
This action begins a mode in the application.
pw::Application begin ?-mode_specific_flags? mode ?entities?