Searched refs:num_comp_coord (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/solids/src/ |
| H A D | setup-dm.c | 86 PetscInt num_comp_coord; in SetupDMByDegree() local 87 PetscCall(DMGetCoordinateDim(dm, &num_comp_coord)); in SetupDMByDegree() 88 PetscCall(PetscFECreateLagrange(comm, dim, num_comp_coord, PETSC_FALSE, 1, 1, &fe_coords)); in SetupDMByDegree()
|
| /libCEED/examples/fluids/src/ |
| H A D | dm_utils.c | 446 PetscInt fe_coord_order, num_comp_coord; in DMSetupByOrderBegin_FEM() local 449 PetscCall(DMGetCoordinateDim(dm, &num_comp_coord)); in DMSetupByOrderBegin_FEM() 457 …PetscCall(PetscFECreateLagrange(comm, dim, num_comp_coord, is_simplex, fe_coord_order, q_order, &f… in DMSetupByOrderBegin_FEM()
|
| /libCEED/examples/petsc/src/ |
| H A D | petscutils.c | 153 PetscInt num_comp_coord; in SetupDMByDegree() local 154 PetscCall(DMGetCoordinateDim(dm, &num_comp_coord)); in SetupDMByDegree() 155 … PetscCall(PetscFECreateLagrange(comm, dim, num_comp_coord, is_simplex, 1, q_degree, &fe_coords)); in SetupDMByDegree()
|