Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 13 of 13) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex8.c15 PetscBool transform; /* Use random coordinate transformations */ member
220 static PetscErrorCode CheckCell(DM dm, PetscInt cell, PetscBool transform, PetscReal v0Ex[], PetscR… in CheckCell()
435 static PetscErrorCode TestTriangle(MPI_Comm comm, PetscBool transform) in TestTriangle()
473 static PetscErrorCode TestQuadrilateral(MPI_Comm comm, PetscBool transform) in TestQuadrilateral()
511 static PetscErrorCode TestTetrahedron(MPI_Comm comm, PetscBool transform) in TestTetrahedron()
535 static PetscErrorCode TestHexahedron(MPI_Comm comm, PetscBool transform) in TestHexahedron()
580 static PetscErrorCode TestWedge(MPI_Comm comm, PetscBool transform) in TestWedge()
/petsc/src/snes/utils/
H A Ddmlocalsnes.c53 PetscBool transform; in SNESComputeObjective_DMLocal() local
81 PetscBool transform; in SNESComputeFunction_DMLocal() local
132 PetscBool transform; in SNESComputeJacobian_DMLocal() local
/petsc/src/dm/impls/plex/
H A Dplexproject.c74 PetscBool isAffine, isCohesive, transform; in DMProjectPoint_Func_Private() local
210 PetscBool isAffine, isCohesive, isCohesiveIn, transform; in DMProjectPoint_Field_Private() local
369 PetscBool isAffine, isCohesive, isCohesiveIn, transform; in DMProjectPoint_BdField_Private() local
725 … PETSC_FALSE, hasFV = PETSC_FALSE, isCohesive = PETSC_FALSE, isCohesiveIn = PETSC_FALSE, transform; in DMProjectLocal_Generic_Plex() local
H A Dplexfem.c1470 PetscBool transform; in DMPlexComputeL2DiffLocal() local
1595 PetscBool transform; in DMComputeL2GradientDiff_Plex() local
1706 PetscBool transform; in DMComputeL2FieldDiff_Plex() local
5918 PetscBool hasJac = PETSC_FALSE, hasPrec = PETSC_FALSE, transform; in DMPlexComputeBdJacobianSingleByLabel() local
6186 …etscBool hasJac = PETSC_FALSE, hasPrec = PETSC_FALSE, hasDyn, hasFV = PETSC_FALSE, transform; in DMPlexComputeJacobianByKey() local
6401 …etscBool hasJac = PETSC_FALSE, hasPrec = PETSC_FALSE, hasDyn, hasFV = PETSC_FALSE, transform; in DMPlexComputeJacobianByKeyGeneral() local
H A Dplexsfc.c596 const PetscScalar (*transform)[4] = (const PetscScalar (*)[4])plex->periodic.transform[f]; in DMPlexCorrectOrientationForIsoperiodic() local
H A Dplexcreate.c1130 PetscScalar transform[3][4][4] = {{{0.}}}; in DMPlexSetBoxLabel_Internal() local
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section.py1221 def transform(text: str) -> str: member in SeeAlso
H A D_doc_section_base.py391 def transform(text: str) -> str: member in SectionBase
/petsc/include/petsc/private/
H A Ddmpleximpl.h213 PetscScalar (*transform)[4][4]; // geometric transform member
248 …DMPlexTransform transform; // Transform producing this mesh (note that this will hold on to th… member
H A Dtsimpl.h132 PetscErrorCode (*transform)(void *, Vec, Vec *); member
540 PetscErrorCode (*transform)(void *, Vec, Vec *); member
H A Ddmimpl.h296 Vec transform; /* Basis transformation matrices */ member
/petsc/src/ts/interface/ftn-custom/
H A Dztsf.c62 PetscFortranCallbackId transform; member
/petsc/src/dm/interface/
H A Ddm.c2935 PetscBool transform; in DMGlobalToLocalEnd() local
3112 PetscBool isInsert, transform, l_inplace = PETSC_FALSE, g_inplace = PETSC_FALSE; in DMLocalToGlobalBegin() local
3237 PetscBool isInsert, transform; in DMLocalToGlobalEnd() local