Glyph Version 3.18.4 Mode Types - - - EllipticSolver |
pw:: EllipticSolverThe elliptic 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 EllipticSolver specified, like this: set solver [pw::Application begin EllipticSolver $entities] Summary
getActiveSubGrids
This action gets the active subgrids in the solver for a given entity. Parameters
ReturnsThis action returns a list of pw::DomainSubGrid or pw::BlockSubGrid objects depending on the type of the given entity. If the list returned is empty, it means that the solver will run over the entire entity. setActiveSubGrids
This action sets the active subgrids in the solver for a given entity. Parameters
ReturnsThis action returns nothing. |
This action projects the domains in the solver to the databases.
$solver project
This action gets the active subgrids in the solver for a given entity.
$solver getActiveSubGrids entity
This action sets the active subgrids in the solver for a given entity.
$solver setActiveSubGrids entity ?subgrids?
This action begins a mode in the application.
pw::Application begin ?-mode_specific_flags? mode ?entities?