Lines Matching defs:AppCtx_private
86 struct AppCtx_private { struct
88 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend
89 PetscInt degree;
90 PetscInt q_extra;
92 MatType amat_type;
94 PetscInt checkpoint_interval;
95 PetscInt viz_refine;
96 PetscInt cont_steps;
97 PetscReal cont_time;
98 char cont_file[PETSC_MAX_PATH_LEN];
99 char cont_time_file[PETSC_MAX_PATH_LEN];
100 char output_dir[PETSC_MAX_PATH_LEN];
101 PetscBool add_stepnum2bin;
102 PetscBool checkpoint_vtk;
104 PetscFunctionList problems;
105 char problem_name[PETSC_MAX_PATH_LEN];
107 TestType test_type;
108 PetscScalar test_tol;
109 char test_file_path[PETSC_MAX_PATH_LEN];
111 PetscBool turb_spanstats_enable;
112 PetscInt turb_spanstats_collect_interval;
113 PetscInt turb_spanstats_viewer_interval;
114 PetscViewer turb_spanstats_viewer;
115 PetscViewerFormat turb_spanstats_viewer_format;
117 struct {
123 } wall_forces;
125 PetscBool diff_filter_monitor;
126 MeshTransformType mesh_transform_type;