Context object attached to a field split PC via PCSetApplicationContext so that the static fieldSplitPostSetUpCallback can recover which problem and which position in the field split tree triggered the callback.
More...
Public Attributes | |
| NavierStokesProblem * | problem |
| The problem that owns the field split tree being set up. | |
| std::size_t | tree_position |
The position of this PC within the field split tree; see _schur_fs_index. | |
Context object attached to a field split PC via PCSetApplicationContext so that the static fieldSplitPostSetUpCallback can recover which problem and which position in the field split tree triggered the callback.
Definition at line 59 of file NavierStokesProblem.h.
| NavierStokesProblem* NavierStokesProblem::FieldSplitPostSetUpContext::problem |
The problem that owns the field split tree being set up.
Definition at line 62 of file NavierStokesProblem.h.
Referenced by NavierStokesProblem::fieldSplitPostSetUpCallback().
| std::size_t NavierStokesProblem::FieldSplitPostSetUpContext::tree_position |
The position of this PC within the field split tree; see _schur_fs_index.
Definition at line 64 of file NavierStokesProblem.h.