Home
last modified time | relevance | path

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

/petsc/share/petsc/saws/js/
H A DlistLogic.js41 symm: matInfo[endtag].symm, //inherit !! property
93 symm: matInfo[endtag].symm, //inherit !! property
136 symm: matInfo[endtag].symm, //inherit!! property
172 symm: matInfo[endtag].symm, //inherit!! property
215 symm: matInfo[endtag].symm, //inherit!! property
246 symm: matInfo[endtag].symm, //inherit!! property
296 symm: matInfo[endtag].symm, //inherit!! property
519 symm: matInfo[endtag].symm, //inherit!! property
616 symm: matInfo[endtag].symm, //inherit!! property
698 symm: matInfo[endtag].symm, //inherit!! property
H A DtreeInterface.js259 symm: matInfo[endtag].symm, //inherit !! property
275 symm: matInfo[endtag].symm, //inherit !! property
292 symm: matInfo[endtag].symm, //inherit !! property
309 symm: matInfo[endtag].symm, //inherit !! property
325 symm: matInfo[endtag].symm, //inherit !! property
H A Dmain.js21 symm: false, property
H A Ddefaults.js5 function getDefaults(solver,symm,posdef,logstruc,child_symm,child_posdef,child_logstruc) { argument
/petsc/src/mat/tests/
H A Dex215.c13 PetscBool data_provided, herm, symm, hpd; in main() local
H A Dex192.c16 PetscBool data_provided, herm, symm, use_lu, cuda = PETSC_FALSE; in main() local
H A Dex125.c55 …PetscBool flg, symm, testMatSolve = PETSC_TRUE, testMatMatSolve = PETSC_TRUE, testMatMatSolveT… in main() local
H A Dex66.c40 …PetscBool testlayout = PETSC_FALSE, flg, symm = PETSC_FALSE, Asymm = PETSC_TRUE, kernel = … in main() local
H A Dex70.c209 …PetscBool flg, symm = PETSC_FALSE, testtt = PETSC_TRUE, testnest = PETSC_TRUE, testtranspose = … in main() local
/petsc/src/ksp/ksp/guess/impls/pod/
H A Dpod.c174 PetscBool tsolve, symm, set; in KSPGuessFormGuess_POD() local
/petsc/src/ksp/ksp/utils/schurm/
H A Dschurm.c486 PetscBool flg = PETSC_FALSE, set, symm; in MatSchurComplementComputeExplicitOperator() local
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c75 static PetscErrorCode MatPreallocateWithMats_Private(Mat B, PetscInt nm, Mat X[], PetscBool symm[],… in MatPreallocateWithMats_Private()
126 PetscBool symm = PETSC_TRUE, isdense; in MatConvert_MPISBAIJ_Basic() local
/petsc/include/petsc/private/
H A Dpcbddcstructsimpl.h195 PetscBool symm; member