| /petsc/src/snes/tutorials/network/output/ |
| H A D | ex1_5.out | 6 Node,0,0,-1.000000,-1.000000,0,0,0.000000 7 Node,0,1,-2.000000,2.000000,0,1,0.000000 8 Node,0,2,0.000000,2.000000,0,2,0.000000 9 Node,0,3,-1.000000,0.000000,0,3,0.000000 10 Node,0,4,0.000000,0.000000,0,4,0.000000 11 Node,0,5,0.000000,1.000000,0,5,0.000000 12 Node,0,6,-1.000000,1.000000,0,6,0.000000 13 Node,0,7,-2.000000,1.000000,0,7,0.000000 14 Node,0,8,-2.000000,0.000000,0,8,0.000000 24 Node,0,4,0.000000,0.000000,0,4,0.000000 [all …]
|
| /petsc/systems/Apple/OSX/bin/ |
| H A D | makedocs | 33 <Node type="file"> 38 <Node type="folder"> 42 </Node> 43 <Node type="folder"> 47 </Node> 48 <Node type="folder"> 52 </Node> 53 <Node type="folder"> 57 </Node> 58 <Node type="folder"> [all …]
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | makedocs | 33 <Node type="file"> 38 <Node type="folder"> 42 </Node> 43 <Node type="folder"> 47 </Node> 48 <Node type="folder"> 52 </Node> 53 <Node type="folder"> 57 </Node> 58 <Node type="folder"> [all …]
|
| /petsc/src/dm/tests/ |
| H A D | ex10k.kokkos.cxx | 22 } Node; typedef 24 using NodeKokkosOffsetView2D = Kokkos::Experimental::OffsetView<Node **, Kokkos::LayoutRight, … 25 using ConstNodeKokkosOffsetView2D = Kokkos::Experimental::OffsetView<const Node **, Kokkos::LayoutR… 114 Node **garray2; /* Node arrays of g, l */ in main() 115 const Node **larray2; in main() 121 dof = sizeof(Node) / sizeof(PetscScalar); in main() 122 …2d(PETSC_COMM_WORLD, bx, by, st, M, N, PETSC_DECIDE, PETSC_DECIDE, sizeof(Node) / sizeof(PetscScal… in main() 144 …gnview = NodeKokkosOffsetView2D(reinterpret_cast<Node *>(gview2.data()), {gview2.begin(0) / dof, g… in main() 173 …gnview = NodeKokkosOffsetView2D(reinterpret_cast<Node *>(gview2.data()), {gview2.begin(0) / dof, g… in main() 174 …lnview = ConstNodeKokkosOffsetView2D(reinterpret_cast<const Node *>(lview2.data()), {lview2.begin(… in main()
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex1_nest.c | 40 } Node; typedef 53 PetscErrorCode read_data(PetscInt *pnnode, PetscInt *pnbranch, Node **pnode, Branch **pbranch, Pets… in read_data() 57 Node *node; in read_data() 142 Node *node; in FormOperator() 262 Node *node; in main() 274 PetscCall(DMNetworkRegisterComponent(networkdm, "nstr", sizeof(Node), &componentkey[0])); in main()
|
| H A D | ex1.c | 41 } PETSC_ATTRIBUTEALIGNED(PetscMax(sizeof(PetscInt), sizeof(PetscScalar))) Node; typedef 54 PetscErrorCode read_data(PetscInt *pnnode, PetscInt *pnbranch, Node **pnode, Branch **pbranch, Pets… in read_data() 58 Node *node; in read_data() 140 Node *node; in FormOperator() 241 Node *node; in main() 254 PetscCall(DMNetworkRegisterComponent(dmnetwork, "nstr", sizeof(Node), &componentkey[0])); in main()
|
| H A D | ex2.c | 12 } Node; typedef 37 PetscErrorCode random_network(PetscInt nvertex, PetscInt *pnbranch, Node **pnode, Branch **pbranch,… in random_network() 46 Node *node; in random_network() 171 Node *node; in FormOperator() 275 Node *node; in main() 301 PetscCall(DMNetworkRegisterComponent(networkdm, "nstr", sizeof(Node), &componentkey[0])); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex63.cxx | 80 typedef Tpetra::DefaultPlatform::DefaultPlatformType::NodeType Node; in main() typedef 92 Teuchos::RCP<Node> node = platform.getNode(); in main() 144 RCP<const Tpetra::Map<LO, GO, Node>> dmnmap = A->getDomainMap(); in main() 145 RCP<const Tpetra::Map<LO, GO, Node>> rngmap = A->getRangeMap(); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex14.c | 218 } Node; typedef 229 #define NODE_SIZE FieldSize(Node) 444 static void THIErosion(THI thi, const Node *vel, PetscScalar *erate, Node *derate) in THIErosion() 691 Node ***x; in THIInitial() 729 static void PointwiseNonlinearity(THI thi, const Node n[restrict 8], const PetscReal phi[restrict 3… in PointwiseNonlinearity() 750 … THIFunctionLocal_3D(DMDALocalInfo *info, const Node ***x, const PrmNode **prm, const Node ***xdot… in THIFunctionLocal_3D() 776 Node n[8], ndot[8], *fn[8]; in THIFunctionLocal_3D() 858 static PetscErrorCode THIFunctionLocal_2D(DMDALocalInfo *info, const Node ***x, const PrmNode **prm… in THIFunctionLocal_2D() 899 const Node ***x3, ***xdot3; in THIFunction() 901 Node ***f3; in THIFunction() [all …]
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | sample1.inp | 42 ;Node InitQual
|
| /petsc/src/snes/tutorials/ |
| H A D | ex48.c | 234 } Node; typedef 286 static PetscErrorCode THIJacobianLocal_3D_Full(DMDALocalInfo *, Node ***, Mat, Mat, THI); 287 static PetscErrorCode THIJacobianLocal_3D_Tridiagonal(DMDALocalInfo *, Node ***, Mat, Mat, THI); 288 static PetscErrorCode THIJacobianLocal_2D(DMDALocalInfo *, Node **, Mat, Mat, THI); 684 Node ***x; in THIInitial() 710 static void PointwiseNonlinearity(THI thi, const Node n[PETSC_RESTRICT], const PetscReal phi[PETSC_… in PointwiseNonlinearity() 731 static void PointwiseNonlinearity2D(THI thi, Node n[], PetscReal phi[], PetscReal dphi[4][2], Petsc… in PointwiseNonlinearity2D() 752 static PetscErrorCode THIFunctionLocal(DMDALocalInfo *info, Node ***x, Node ***f, THI thi) in THIFunctionLocal() 780 Node n[8], *fn[8]; in THIFunctionLocal() 878 Node ***x; in THISurfaceStatistics() [all …]
|
| /petsc/share/petsc/bin/ |
| H A D | dmnetwork_view.py | 185 class Node: class 426 node = Node(row, opts)
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | wedge_cylinder.cas | 407 (0 "Node flags:")
|
| H A D | testcase3D.cas | 9456 (0 "Node flags:")
|
| /petsc/doc/manual/ |
| H A D | vec.md | 551 } Node; 557 Node **f, **u;
|
| /petsc/doc/ |
| H A D | petsc.bib | 1121 System: Part 1: Vector Node Performance}, 4810 title = {A General-Purpose Hierarchical Mesh Partitioning Method with Node Balancing 25691 title = {Training a 3-Node Neural Network is {NP}-Complete},
|