Home
last modified time | relevance | path

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

/petsc/share/petsc/saws/js/
H A Devents.js6 var checked = $(this).prop("checked");
8 matInfo[endtag].logstruc = checked;
15 var checked = $(this).prop("checked");
17 matInfo[endtag].symm = checked;
19 if(!checked) { //if not symm, then cannot be posdef
24 if(checked) { //if symm, then allow user to adjust posdef
36 var checked = $(this).prop("checked");
38 matInfo[endtag].posdef = checked;
/petsc/doc/changes/
H A D233.md8 checked before the command line you cannot pass -skip_petscrc on
12 .petscrc are checked ALSO (they used to be skipped when a filename
19 .petscrc are checked ALSO (they used to be skipped when a filename
H A D322.md20 - Change `MPIU_Allreduce()` to always returns an MPI error code that should be checked with `PetscC…
H A D2028.md142 - PetscFree() now always returns an error code that may be checked
H A D316.md13 should be checked with `CHKERRMPI(ierr)`
H A D317.md16 - Change `MPIU_Allreduce()` to always returns a PETSc error code that should be checked with `CHKER…
/petsc/src/mat/impls/aij/seq/
H A Dinode2.c59 b->inode.checked = PETSC_FALSE; in MatCreate_SeqAIJ_Inode()
H A Dinode.c3900 a->inode.checked = PETSC_FALSE; in MatSeqAIJ_Inode_ResetOps()
3929 …if (a->inode.checked && A->nonzerostate == a->inode.mat_nonzerostate) PetscFunctionReturn(PETSC_SU… in MatSeqAIJCheckInode()
3978 a->inode.checked = PETSC_TRUE; in MatSeqAIJCheckInode()
3993 c->inode.checked = PETSC_FALSE; in MatDuplicate_SeqAIJ_Inode()
4000 if (a->inode.checked && a->inode.size_csr) { in MatDuplicate_SeqAIJ_Inode()
4004 c->inode.checked = PETSC_TRUE; in MatDuplicate_SeqAIJ_Inode()
4055 if (a->inode.checked) PetscFunctionReturn(PETSC_SUCCESS); in MatSeqAIJCheckInode_FactorLU()
4109 a->inode.checked = PETSC_TRUE; in MatSeqAIJCheckInode_FactorLU()
H A Daij.h135 PetscBool checked; /* if inodes have been checked for */ member
H A Daij.c1471 if (a->inode.use && a->inode.checked) { in MatMult_SeqAIJ()
1629 if (a->inode.use && a->inode.checked) { in MatMultAdd_SeqAIJ()
1864 if (a->inode.use && a->inode.checked && omega == 1.0 && fshift == 0.0) { in MatSOR_SeqAIJ()
5347 if (a->inode.use && a->inode.checked) PetscCall(MatSeqAIJCheckInode(A)); in MatEliminateZeros_SeqAIJ()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A DREADME.rst89 This is a prime example of something that cannot be checked in the source alone, and
/petsc/doc/developers/
H A Dstyle.md121 …t`. All merge requests must be properly formatted; this is automatically checked for merge request…
123 …matting that must be constantly made. A subset of these is automatically checked for merge request…
189 08. All PETSc function calls must have their return value checked for errors using the
/petsc/doc/manual/
H A Dsnes.md933 checked with `MatShellTestMultTranspose()` and `MatShellTestMult()`.
936 can be checked with `TSRHSJacobianTestTranspose()` and `TSRHSJacobianTest()`
938 matrix-product. From the command line, these can be checked with
H A Dgetting_started.md496 `MatPreallocateEnd()`, and `MatPreallocateBegin()`. These should not be checked for error codes.
498 including `MatAssemblyBegin()`, and `MatAssemblyEnd()` do return error codes that should be checked.
H A Ddmplex.md711 defined. This can be checked using
H A Dother.md555 Likewise, all memory allocations should be checked with
/petsc/doc/faq/
H A Dindex.md152 - PETSc is regularly checked to make sure that all code conforms to our interface
172 - <mailto:petsc-maint@mcs.anl.gov> is always checked, and we pride ourselves on responding
1718 (`-C` for IBM's) that causes all array access in Fortran to be checked that they are