Searched refs:checked (Results 1 – 17 of 17) sorted by relevance
6 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 posdef24 if(checked) { //if symm, then allow user to adjust posdef36 var checked = $(this).prop("checked");38 matInfo[endtag].posdef = checked;
8 checked before the command line you cannot pass -skip_petscrc on12 .petscrc are checked ALSO (they used to be skipped when a filename19 .petscrc are checked ALSO (they used to be skipped when a filename
20 - Change `MPIU_Allreduce()` to always returns an MPI error code that should be checked with `PetscC…
142 - PetscFree() now always returns an error code that may be checked
13 should be checked with `CHKERRMPI(ierr)`
16 - Change `MPIU_Allreduce()` to always returns a PETSc error code that should be checked with `CHKER…
59 b->inode.checked = PETSC_FALSE; in MatCreate_SeqAIJ_Inode()
3900 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()
135 PetscBool checked; /* if inodes have been checked for */ member
1471 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()
89 This is a prime example of something that cannot be checked in the source alone, and
121 …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
933 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
496 `MatPreallocateEnd()`, and `MatPreallocateBegin()`. These should not be checked for error codes.498 including `MatAssemblyBegin()`, and `MatAssemblyEnd()` do return error codes that should be checked.
711 defined. This can be checked using
555 Likewise, all memory allocations should be checked with
152 - PETSc is regularly checked to make sure that all code conforms to our interface172 - <mailto:petsc-maint@mcs.anl.gov> is always checked, and we pride ourselves on responding1718 (`-C` for IBM's) that causes all array access in Fortran to be checked that they are