Home
last modified time | relevance | path

Searched refs:Insert (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/impls/plex/tests/output/
H A Dex1_0.out21 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 7
24 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
26 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 6
29 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
31 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 2
35 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
37 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 4
41 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
47 [0] <dm:plex> TetGenMeshSInsertVertex(): Insert point 6 (7, 4, 5) loc 4
48 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (4, 5).
[all …]
H A Dex1_1.out21 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 7
24 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
26 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 6
29 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
31 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 2
35 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
37 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 4
41 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
47 [0] <dm:plex> TetGenMeshSInsertVertex(): Insert point 6 (7, 4, 5) loc 4
48 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (4, 5).
[all …]
/petsc/src/dm/impls/plex/tutorials/output/
H A Dex1_1.out12 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 7
15 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
17 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 6
20 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
22 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 2
26 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
28 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 4
32 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
38 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (4, 5).
39 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (5, 7).
[all …]
H A Dex1f90_1.out12 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 7
15 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
17 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 6
20 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
22 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 2
26 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
28 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert point 4
32 [0] <dm:plex> TetGenMeshInsertVertexBW(): Insert a hull vertex.
38 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (4, 5).
39 [0] <dm:plex> TetGenMeshRecoverSegment(): Insert seg (5, 7).
[all …]
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DConst.pyx53 Insert provided value/s discarding previous value/s.
57 Insert the maximum of provided value/s and current value/s.
H A DOptions.pyx409 """Insert a string in the options database.
H A DVec.pyx2790 """Insert or add a single value in the vector.
2827 """Insert or add multiple values in the vector.
2861 """Insert or add blocks of values in the vector.
2933 """Insert or add a single value in the vector using a local numbering.
2970 """Insert or add multiple values in the vector with a local numbering.
3004 """Insert or add blocks of values in the vector with a local numbering.
3250 """Insert component values into a single-component vector.
H A DDMSwarm.pyx716 """Insert point coordinates within each cell.
738 """Insert point coordinates within each cell.
H A DDMPlex.pyx623 """DMPlexInsertCone - Insert a point into the in-edges for the point p in the DAG.
648 """Insert a point orientation for the in-edge for the point p in the DAG.
/petsc/src/vec/is/sf/impls/basic/cupm/
H A Dsfcupm_impl.hpp147 struct Insert { struct
298 …if (PetscDefined(USING_NVCC) && std::is_same<Op, kernels::Insert<Type>>::value && !opt && !idx) { … in UnpackAndOp()
370 …PetscCall(ScatterAndOp<Type, kernels::Insert<Type>, BS, EQ>(link, count, srcStart, srcOpt, srcIdx,… in ScatterAndInsert()
397 link->d_UnpackAndInsert = UnpackAndOp<Type, kernels::Insert<Type>, BS, EQ>; in PackInit_RealType()
474 link->d_UnpackAndInsert = UnpackAndOp<Type, kernels::Insert<Type>, BS, EQ>; in PackInit_IntegerType()
508 link->d_UnpackAndInsert = UnpackAndOp<Type, kernels::Insert<Type>, BS, EQ>; in PackInit_ComplexType()
544 link->d_UnpackAndInsert = UnpackAndOp<Type, kernels::Insert<Type>, 1, 1>; in PackInit_PairType()
548 link->d_ScatterAndInsert = ScatterAndOp<Type, kernels::Insert<Type>, 1, 1>; in PackInit_PairType()
559 link->d_UnpackAndInsert = UnpackAndOp<Type, kernels::Insert<Type>, BS, EQ>; in PackInit_DumbType()
/petsc/src/vec/is/sf/impls/basic/kokkos/
H A Dsfkok.kokkos.cxx18 struct Insert { struct
373 …PetscCall(ScatterAndOp<Type, Insert<Type>, BS, EQ>(link, count, srcStart, srcOpt, srcIdx, src, dst… in ScatterAndInsert()
407 link->d_UnpackAndInsert = UnpackAndOp<Type, Insert<Type>, BS, EQ>; in PackInit_RealType()
440 link->d_UnpackAndInsert = UnpackAndOp<Type, Insert<Type>, BS, EQ>; in PackInit_IntegerType()
496 link->d_UnpackAndInsert = UnpackAndOp<Type, Insert<Type>, BS, EQ>; in PackInit_ComplexType()
522 link->d_UnpackAndInsert = UnpackAndOp<Type, Insert<Type>, 1, 1>; in PackInit_PairType()
526 link->d_ScatterAndInsert = ScatterAndOp<Type, Insert<Type>, 1, 1>; in PackInit_PairType()
536 link->d_UnpackAndInsert = UnpackAndOp<Type, Insert<Type>, BS, EQ>; in PackInit_DumbType()
/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DAppDelegate.m44 // Insert code here to initialize your application
/petsc/doc/changes/
H A D318.md44 1. **Recommended** Insert the following code block *after* all PETSc header-file inclusions
/petsc/src/vec/is/sf/impls/basic/
H A Dsfpack.c246 …DEF_PackFunc(Type, BS, EQ) DEF_UnpackFunc(Type, BS, EQ) DEF_ScatterAndOp(Type, BS, EQ, Insert, =, …
/petsc/doc/manual/
H A Dperformance.md500 - Insert several (many) elements of a matrix or vector at once, rather
H A Ddmplex.md294 - Insert these values into the residual vector