Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 21 of 21) sorted by relevance

/petsc/share/petsc/saws/js/
H A Dtree.js43 treeData.contents=[];
45 treeData.contents[getNthPos(endtag,1)] = obj;
49 treeData.contents[getNthPos(endtag,1)].contents=[];
51 treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)]=obj;
55 treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)].contents=[];
57 …treeData.contents[getNthPos(endtag,1)].contents[getNthPos(endtag,2)].contents[getNthPos(endtag,3)]…
77 return (!d.contents || d.contents.length === 0) ? null : d.contents;
/petsc/src/mat/impls/normal/
H A Dnormm.c273 Normal_Dense *contents; in MatProductNumeric_Normal_Dense() local
283 contents = (Normal_Dense *)C->product->data; in MatProductNumeric_Normal_Dense()
284 PetscCheck(contents, PetscObjectComm((PetscObject)C), PETSC_ERR_PLIB, "Product data empty"); in MatProductNumeric_Normal_Dense()
290 PetscCall(MatProductNumeric(contents->work[0])); in MatProductNumeric_Normal_Dense()
292 PetscCall(MatDensePlaceArray(contents->work[1], array)); in MatProductNumeric_Normal_Dense()
293 PetscCall(MatProductNumeric(contents->work[1])); in MatProductNumeric_Normal_Dense()
295 PetscCall(MatDenseResetArray(contents->work[1])); in MatProductNumeric_Normal_Dense()
305 Normal_Dense *contents = *(Normal_Dense **)ctx; in MatNormal_DenseDestroy() local
308 PetscCall(MatDestroy(contents->work)); in MatNormal_DenseDestroy()
309 PetscCall(MatDestroy(contents->work + 1)); in MatNormal_DenseDestroy()
[all …]
/petsc/
H A Dsetup.py96 for pyfile, contents in (
101 fh.write(contents)
189 contents = old_fh.read()
190 contents = contents.replace(prefix, '${PETSC_DIR}')
191 contents = re.sub(
194 contents, flags=re.MULTILINE,
197 new_fh.write(contents)
/petsc/src/mat/impls/nest/
H A Dmatnest.c96 Nest_Dense *contents; in MatProductNumeric_Nest_Dense() local
113 contents = (Nest_Dense *)C->product->data; in MatProductNumeric_Nest_Dense()
114 PetscCheck(contents, PetscObjectComm((PetscObject)C), PETSC_ERR_PLIB, "Product data empty"); in MatProductNumeric_Nest_Dense()
125 …ectComm((PetscObject)A), contents->dm[i + 1] - contents->dm[i], PETSC_DECIDE, M, N, PetscSafePoint… in MatProductNumeric_Nest_Dense()
130 …((PetscObject)A), contents->dn[j + 1] - contents->dn[j], PETSC_DECIDE, M, N, PetscSafePointerPlusO… in MatProductNumeric_Nest_Dense()
134 workC = contents->workC[i * nc + j]; in MatProductNumeric_Nest_Dense()
142 PetscCall(MatAXPY(viewC, 1.0, contents->workC[i * nc + j], SAME_NONZERO_PATTERN)); in MatProductNumeric_Nest_Dense()
157 Nest_Dense *contents = *(Nest_Dense **)ctx; in MatNest_DenseDestroy() local
161 PetscCall(PetscFree(contents->tarray)); in MatNest_DenseDestroy()
162 for (i = 0; i < contents->k; i++) PetscCall(MatDestroy(contents->workC + i)); in MatNest_DenseDestroy()
[all …]
/petsc/config/
H A Dinstall.py344 contents = oldFile.read()
345 contents = contents.replace(self.installDir, '${PETSC_DIR}')
346 contents = contents.replace(self.rootDir, '${PETSC_DIR}')
349 contents = contents.replace(pydir, os.path.join('${PETSC_DIR}', pydir_from_petsc))
350 contents = re.sub(
353 contents, flags=re.MULTILINE,
356 newFile.write(contents)
/petsc/src/mat/impls/aij/mpi/
H A Dmpimatmatmult.c400 MPIAIJ_MPIDense *contents = *(MPIAIJ_MPIDense **)ctx; in MatMPIAIJ_MPIDenseDestroy() local
404 PetscCall(MatDestroy(&contents->workB)); in MatMPIAIJ_MPIDenseDestroy()
405 PetscCall(MatDestroy(&contents->workB1)); in MatMPIAIJ_MPIDenseDestroy()
406 for (i = 0; i < contents->nsends; i++) PetscCallMPI(MPI_Type_free(&contents->stype[i])); in MatMPIAIJ_MPIDenseDestroy()
407 for (i = 0; i < contents->nrecvs; i++) PetscCallMPI(MPI_Type_free(&contents->rtype[i])); in MatMPIAIJ_MPIDenseDestroy()
408 PetscCall(PetscFree4(contents->stype, contents->rtype, contents->rwaits, contents->swaits)); in MatMPIAIJ_MPIDenseDestroy()
409 PetscCall(PetscFree(contents)); in MatMPIAIJ_MPIDenseDestroy()
417 MPIAIJ_MPIDense *contents; in MatMatMultSymbolic_MPIAIJ_MPIDense() local
438 PetscCall(PetscNew(&contents)); in MatMatMultSymbolic_MPIAIJ_MPIDense()
472 PetscCall(MatCreateSeqDense(PETSC_COMM_SELF, nz, Bbn1, NULL, &contents->workB1)); in MatMatMultSymbolic_MPIAIJ_MPIDense()
[all …]
/petsc/config/BuildSystem/config/
H A Dprograms.py110 def mkfile(base,contents): argument
113 f.write(contents)
/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt37 the contents of any externally held references to internal data structures should be
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py288 contents = f.read()
290 contents += f.read()
294 confstr += contents
H A Depydoc.cfg100 # Whether or not to include a frames-based table of contents.
/petsc/doc/manual/
H A Dadvanced.md185 In this case, the contents of the matrix `factor` is undefined between
H A Ddmplex.md474 $ h5dump --contents example.h5
520 $ h5dump --contents example.h5
H A Dmat.md1045 contents, one can employ
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DLICENSE145 such a program is covered only if its contents constitute a work based
294 that the user who changes the contents of definitions files in the
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSection.pyx43 """Allocate a section and set the map contents to the default.
H A DIS.pyx254 """Copy the contents of the index set into another.
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out138 …-ksp_initial_guess_nonzero: <now FALSE : formerly FALSE> Use the contents of the solution vector f…
/petsc/doc/install/
H A Dinstall.md11 ```{contents} Table of Contents
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4801 const char *contents; in DMPlexCreateFromOptions_Internal() local
4815 PetscCall(PetscDLSym(NULL, strname, (void **)&contents)); in DMPlexCreateFromOptions_Internal()
4816 PetscCheck(contents, comm, PETSC_ERR_ARG_WRONG, "Could not locate mesh string %s", strname); in DMPlexCreateFromOptions_Internal()
4822 PetscCall(PetscViewerASCIIPrintf(viewer, "%s\n", contents)); in DMPlexCreateFromOptions_Internal()
/petsc/doc/faq/
H A Dindex.md5 ```{contents} Table Of Contents
/petsc/doc/
H A Dpetsc.bib962 howpublished = {\url{https://www.mcs.anl.gov/~fathom/moab-docs/html/contents.html}},
16295 Use the contents of the CD to create your own design documents and reusable