| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_0.out | 21 [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 D | ex1_1.out | 21 [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 D | ex1_1.out | 12 [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 D | ex1f90_1.out | 12 [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 D | Const.pyx | 53 Insert provided value/s discarding previous value/s. 57 Insert the maximum of provided value/s and current value/s.
|
| H A D | Options.pyx | 409 """Insert a string in the options database.
|
| H A D | Vec.pyx | 2790 """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 D | DMSwarm.pyx | 716 """Insert point coordinates within each cell. 738 """Insert point coordinates within each cell.
|
| H A D | DMPlex.pyx | 623 """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 D | sfcupm_impl.hpp | 147 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 D | sfkok.kokkos.cxx | 18 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 D | AppDelegate.m | 44 // Insert code here to initialize your application
|
| /petsc/doc/changes/ |
| H A D | 318.md | 44 1. **Recommended** Insert the following code block *after* all PETSc header-file inclusions
|
| /petsc/src/vec/is/sf/impls/basic/ |
| H A D | sfpack.c | 246 …DEF_PackFunc(Type, BS, EQ) DEF_UnpackFunc(Type, BS, EQ) DEF_ScatterAndOp(Type, BS, EQ, Insert, =, …
|
| /petsc/doc/manual/ |
| H A D | performance.md | 500 - Insert several (many) elements of a matrix or vector at once, rather
|
| H A D | dmplex.md | 294 - Insert these values into the residual vector
|