https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Attributes | List of all members
NavierStokesProblem::FieldSplitPostSetUpContext Struct Reference

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

NavierStokesProblemproblem
 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.
 

Detailed Description

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.

Member Data Documentation

◆ problem

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().

◆ tree_position

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.


The documentation for this struct was generated from the following file: