Lines Matching defs:AppCtx_private
78 struct AppCtx_private { struct
80 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend
81 PetscInt degree;
82 PetscInt q_extra;
84 MatType amat_type;
86 PetscInt checkpoint_interval;
87 PetscInt viz_refine;
88 PetscBool use_continue_file;
89 PetscInt cont_steps;
90 PetscReal cont_time;
91 char cont_file[PETSC_MAX_PATH_LEN];
92 char output_dir[PETSC_MAX_PATH_LEN];
93 PetscBool add_stepnum2bin;
94 PetscBool checkpoint_vtk;
96 PetscFunctionList problems;
97 char problem_name[PETSC_MAX_PATH_LEN];
99 TestType test_type;
100 PetscScalar test_tol;
101 char test_file_path[PETSC_MAX_PATH_LEN];
103 struct {
109 } wall_forces;
111 SGSModelType sgs_model_type;
112 PetscBool sgs_train_enable;
115 DivDiffFluxProjectionMethod divFdiffproj_method;
117 PetscInt check_step_interval;