| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 15 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 D | dmlocalsnes.c | 53 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 D | plexproject.c | 74 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 D | plexfem.c | 1470 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 D | plexsfc.c | 596 const PetscScalar (*transform)[4] = (const PetscScalar (*)[4])plex->periodic.transform[f]; in DMPlexCorrectOrientationForIsoperiodic() local
|
| H A D | plexcreate.c | 1130 PetscScalar transform[3][4][4] = {{{0.}}}; in DMPlexSetBoxLabel_Internal() local
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_section.py | 1221 def transform(text: str) -> str: member in SeeAlso
|
| H A D | _doc_section_base.py | 391 def transform(text: str) -> str: member in SectionBase
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 213 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 D | tsimpl.h | 132 PetscErrorCode (*transform)(void *, Vec, Vec *); member 540 PetscErrorCode (*transform)(void *, Vec, Vec *); member
|
| H A D | dmimpl.h | 296 Vec transform; /* Basis transformation matrices */ member
|
| /petsc/src/ts/interface/ftn-custom/ |
| H A D | ztsf.c | 62 PetscFortranCallbackId transform; member
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 2935 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
|