Home
last modified time | relevance | path

Searched refs:coord_dim (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c2014 PetscInt topo_dim, coord_dim, num_global_elems; in DMView_PlexCGNS() local
2032 PetscCall(DMGetCoordinateDim(dm, &coord_dim)); in DMView_PlexCGNS()
2034 PetscCallCGNSWrite(cg_base_write(cgv->file_num, dm_name, topo_dim, coord_dim, &base), dm, viewer); in DMView_PlexCGNS()
2080 …PetscCall(PetscFECreateLagrange(comm, topo_dim, coord_dim, is_simplex, field_order, quadrature_ord… in DMView_PlexCGNS()
2109 for (PetscInt d = 0; d < coord_dim; d++) { in DMView_PlexCGNS()
2124 for (PetscInt d = 0; d < coord_dim; d++) { in DMView_PlexCGNS()
2128 x[gn - nStart] = X[n * coord_dim + d]; in DMView_PlexCGNS()
2147 elem_size = closure_dof / coord_dim; in DMView_PlexCGNS()
2149 …PetscCall(DMPlexCGNSGetPermutation_Internal(cell_type, closure_dof / coord_dim, &element_type, &pe… in DMView_PlexCGNS()
2150 … 0; j < elem_size; j++) conn[c++] = node_l2g[closure_indices[perm[j] * coord_dim] / coord_dim] + 1; in DMView_PlexCGNS()
[all …]