Searched defs:AppCtx_private (Results 1 – 1 of 1) sorted by relevance
86 struct AppCtx_private { struct88 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend89 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];[all …]