Lines Matching refs:topology

17 The main advantage of `DMPLEX` in representing topology is that it
124topology can be represented directly. This ensures that all topological queries can be satisfied, …
261 *adjacency*, depends only on the stencil since the topology is Cartesian
490 group /topologies/plexA/topology
491 dataset /topologies/plexA/topology/cells
492 dataset /topologies/plexA/topology/cones
493 dataset /topologies/plexA/topology/order
494 dataset /topologies/plexA/topology/orientation
515 …lementation, and good load balancing, the 3.0.0 format changes the way the mesh topology is stored.
517 The new structure of `/topologies/<mesh_name>/topology` is following:
524 group /topologies/plexA/topology
525 dataset /topologies/plexA/topology/permutation
526 group /topologies/plexA/topology/strata
527 group /topologies/plexA/topology/strata/0
528 dataset /topologies/plexA/topology/strata/0/cone_sizes
529 dataset /topologies/plexA/topology/strata/0/cones
530 dataset /topologies/plexA/topology/strata/0/orientations
531 group /topologies/plexA/topology/strata/1
532 dataset /topologies/plexA/topology/strata/1/cone_sizes
533 dataset /topologies/plexA/topology/strata/1/cones
534 dataset /topologies/plexA/topology/strata/1/orientations
535 group /topologies/plexA/topology/strata/2
536 dataset /topologies/plexA/topology/strata/2/cone_sizes
537 dataset /topologies/plexA/topology/strata/2/cones
538 dataset /topologies/plexA/topology/strata/2/orientations
539 group /topologies/plexA/topology/strata/3
540 dataset /topologies/plexA/topology/strata/3/cone_sizes
541 dataset /topologies/plexA/topology/strata/3/cones
542 dataset /topologies/plexA/topology/strata/3/orientations
547 Group `/topologies/<mesh_name>/topology/strata` contains a subgroup for each stratum depth (dimensi…
549 …previous strata with respect to the order stored in `/topologies/<mesh_name>/topology/permutation`.
550 This global numbering is compatible with the explicit numbering in dataset `topology/order` of prev…