Searched defs:RunParams_ (Results 1 – 1 of 1) sorted by relevance
| /libCEED/examples/petsc/include/ |
| H A D | structs.h | 85 struct RunParams_ { struct 86 MPI_Comm comm; 87 PetscBool test_mode, read_mesh, user_l_nodes, write_solution, simplex; 88 char *filename, *hostname; 89 PetscInt local_nodes, degree, q_extra, dim, num_comp_u, *mesh_elem; 90 PetscInt ksp_max_it_clip[2]; 91 PetscMPIInt ranks_per_node; 92 BPType bp_choice; 93 PetscLogStage solve_stage;
|