Searched refs:cpf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 743 PetscInt Nf, f, g, Np, cpf, cpg, fdof, gdof, r, c = 0; in DMPlexBasisTransformPointTensor_Internal() local 750 for (cpf = 0; cpf < Np * 2; cpf += 2) { in DMPlexBasisTransformPointTensor_Internal() 751 PetscCall(PetscSectionGetFieldDof(s, points[cpf], f, &fdof)); in DMPlexBasisTransformPointTensor_Internal() 755 …PetscCall(DMPlexBasisTransformFieldTensor_Internal(dm, tdm, tv, points[cpf], f, points[cpg], g, l2… in DMPlexBasisTransformPointTensor_Internal()
|