![]() |
Peano
|
Exactly the same as above, with slightly modified templateTouchVertexFirstTime. More...
Public Member Functions | |
__init__ (self, solver) | |
![]() | |
get_body_of_operation (self, operation_name) | |
Return actual C++ code snippets to be inserted into C++ code. | |
get_action_set_name (self) | |
Configure name of generated C++ action set. | |
user_should_modify_template (self) | |
The action set that Peano will generate that corresponds to this class should not be modified by users and can safely be overwritten every time we run the Python toolkit. | |
get_includes (self) | |
We need the solver repository in this action set, as we directly access the solver object. | |
![]() | |
get_constructor_body (self) | |
Define a tailored constructor body. | |
get_static_initialisations (self, full_qualified_classname) | |
get_destructor_body (self) | |
get_body_of_getGridControlEvents (self) | |
get_body_of_prepareTraversal (self) | |
get_body_of_unprepareTraversal (self) | |
get_attributes (self) | |
Return attributes as copied and pasted into the generated class. | |
Additional Inherited Members | |
![]() | |
d | |
![]() | |
descend_invocation_order | |
parallel | |
Exactly the same as above, with slightly modified templateTouchVertexFirstTime.
Don't specialise anything apart from one template. Everything else will be exactly the same
Definition at line 234 of file initCollocatedRandom.py.
initCollocatedRandom.InitDofsCollocatedRandomTest2.__init__ | ( | self, | |
solver ) |
Reimplemented from initCollocatedRandom.InitDofsCollocatedRandomRhs.
Definition at line 241 of file initCollocatedRandom.py.
References initCollocatedRandom.InitDofsCollocatedRandomTest2.__init__().
Referenced by initCollocatedRandom.InitDofsCollocatedRandomTest2.__init__().
|
static |
Definition at line 246 of file initCollocatedRandom.py.
Referenced by solvers.api.actionsets.CollocatedMGSolver.InitDofs.InitDofsCollocatedMG.get_body_of_operation(), solvers.api.actionsets.CollocatedMGSolver.Prolongation.Prolongation.get_body_of_operation(), solvers.api.actionsets.CollocatedMGSolver.ResetAndUpdateResidual.ResetAndUpdateResidual.get_body_of_operation(), solvers.api.actionsets.CollocatedMGSolver.Restriction.Restriction.get_body_of_operation(), solvers.api.actionsets.CollocatedMGSolver.UpdateSolution.UpdateSolution.get_body_of_operation(), solvers.api.actionsets.CollocatedSolver.InitDofs.InitDofsCollocated.get_body_of_operation(), solvers.api.actionsets.CollocatedSolver.ResetAndUpdateResidual.ResetAndUpdateResidual.get_body_of_operation(), solvers.api.actionsets.CollocatedSolver.UpdateSolution.UpdateSolution.get_body_of_operation(), initCollocatedRandom.InitDofsCollocatedRandomRhs.get_body_of_operation(), InitDG.InitDofsDGTest1.get_body_of_operation(), and test8.InitDofsTest8.get_body_of_operation().