Lines Matching defs:AppCtx_
43 struct AppCtx_ { struct
44 const char *name, *name_for_disp; // problem name
45 char ceed_resource[PETSC_MAX_PATH_LEN]; // libCEED backend
46 char mesh_file[PETSC_MAX_PATH_LEN]; // exodusII mesh file
47 char output_dir[PETSC_MAX_PATH_LEN];
48 PetscBool test_mode;
49 PetscBool view_soln;
50 PetscBool view_final_soln;
51 PetscViewer energy_viewer;
52 problemType problem_choice;
53 forcingType forcing_choice;
54 multigridType multigrid_choice;
55 PetscInt degree;
56 PetscInt q_extra;
57 PetscInt num_levels;
58 PetscInt *level_degrees;
59 PetscInt num_increments; // Number of steps
60 PetscInt bc_clamp_count;
61 PetscInt bc_clamp_faces[16];
64 PetscScalar bc_clamp_max[16][8];
65 PetscInt bc_traction_count;
66 PetscInt bc_traction_faces[16];
67 PetscScalar bc_traction_vector[16][3];
68 PetscScalar forcing_vector[3];
69 PetscReal test_tol;
70 PetscReal expect_final_strain;