Searched refs:layer (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2235 static PetscErrorCode PlexLayerDestroy(PlexLayer *layer) in PlexLayerDestroy() argument 2238 if (!*layer) PetscFunctionReturn(PETSC_SUCCESS); in PlexLayerDestroy() 2239 PetscCall(PetscSectionDestroy(&(*layer)->coneSizesSection)); in PlexLayerDestroy() 2240 PetscCall(ISDestroy(&(*layer)->conesIS)); in PlexLayerDestroy() 2241 PetscCall(ISDestroy(&(*layer)->orientationsIS)); in PlexLayerDestroy() 2242 PetscCall(PetscSFDestroy(&(*layer)->overlapSF)); in PlexLayerDestroy() 2243 PetscCall(PetscSFDestroy(&(*layer)->l2gSF)); in PlexLayerDestroy() 2244 PetscCall(PetscLayoutDestroy(&(*layer)->vertexLayout)); in PlexLayerDestroy() 2245 PetscCall(PetscFree(*layer)); in PlexLayerDestroy() 2249 static PetscErrorCode PlexLayerCreate_Private(PlexLayer *layer) in PlexLayerCreate_Private() argument [all …]
|
| /petsc/share/petsc/saws/js/ |
| H A D | drawDiagrams.js | 38 var layer = 0; 40 layer = 1;
|
| /petsc/doc/overview/ |
| H A D | plex_transform_table.md | 54 - Extrude a layer of cells into a mesh from an internal surface
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 83 …nalysis capabilities, including lumped-port excitation, perfectly matched layer (PML) boundary con…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1832 (dpm-to-vof/vof-to-lwf/second-layer-by-nodes? #t) 2535 (dpm/subtet/boundary-layer-turb-dispersion-constant 0.02) 2536 (dpm/subtet/boundary-layer-dispersion-n-layers 10) 2544 (dpm/subtet/boundary-layer-turb-dispersion? #f) 2634 (dpm/dpm-domain/extra-layer 2) 2758 (amg-coupled/second-layer-protection? #t) 2759 (amg/second-layer-protection? #t) 2832 (solver/stabilization/second-layer-protection/gmres/max-iter 50) 2833 (solver/stabilization/second-layer-protection/method 4) 2834 (solver/stabilization/second-layer-protection? #t) [all …]
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 507 PetscInt n_I, n_B, n_local_dofs, n_prev_added, j, layer, *local_numbering; in PCBDDCSubSchursSetUp() local 527 for (layer = 0; layer < nlayers; layer++) { in PCBDDCSubSchursSetUp() 530 …cInt_FMT ". Out of bound access (%" PetscInt_FMT " > %" PetscInt_FMT ")", layer, n_local_dofs, n_I… in PCBDDCSubSchursSetUp()
|
| /petsc/doc/ |
| H A D | petsc.bib | 20668 title = {Density functional theory of the electrical double layer: the RFD functional}, 21352 title = {Discontinuous Galerkin methods for plasma physics in the scrape-off layer of 22947 title = {Quadrature by expansion: A new method for the evaluation of layer potentials}, 38294 title = {Some asymptotic results for learning in single hidden-layer feedforward network
|