Home
last modified time | relevance | path

Searched refs:viewed (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/matfd/
H A Dfdmatrix.c596 if (!coloring->viewed) { in MatFDColoringApply()
598 coloring->viewed = PETSC_TRUE; in MatFDColoringApply()
/petsc/doc/changes/
H A D313.md239 only one field of the vector should be viewed
/petsc/doc/manual/
H A Dprofiling.md347 It can be viewed by copying `${PETSC_DIR}/share/petsc/xml/performance_xml2html.xsl`
686 …t of this viewing process is the generation of a file `file.nsys-rep`, which can be viewed directly
740 viewed with `paraprof/pprof`:
H A Ddmplex.md688 that it is a *unit mesh* when viewed in the metric space. That is, the image
H A Dvec.md1347 viewed with `AOView(AO ao,PetscViewer viewer)`.
H A Dtao.md1586 The nonlinear conjugate gradient method can be viewed as an extension of
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DViewer.pyx97 is the PETSc object to be viewed. See the example below.
/petsc/include/petsc/private/
H A Dmatimpl.h671 …PetscBool viewed; /* true if the -mat_fd_coloring_view has been triggered … member