Loading...
Searching...
No Matches
Go to the source code of this file.
|
| module | facet_zone |
| | Defines a zone as a subset of facets in a mesh.
|
| |
|
| subroutine | facet_zone::facet_zone_init (z, size) |
| | Initialize a facet zone.
|
| |
| subroutine | facet_zone::facet_zone_free (z) |
| | Deallocate a facet zone.
|
| |
| subroutine | facet_zone::facet_zone_finalize (z) |
| | Finalize a zone list.
|
| |
| subroutine | facet_zone::facet_zone_add_facet (z, facet, el) |
| | Add a (facet, el) tuple to an unfinalized zone.
|
| |
| subroutine | facet_zone::facet_zone_periodic_init (z, size) |
| | Initialize a periodic zone.
|
| |
| subroutine | facet_zone::facet_zone_periodic_free (z) |
| | Deallocate a zone.
|
| |
| subroutine | facet_zone::facet_zone_periodic_finalize (z) |
| | Finalize a periodic zone list.
|
| |
| subroutine | facet_zone::facet_zone_periodic_add_facet (z, facet, el, p_facet, p_el, pids, org_ids) |
| | Add a (facet, el) tuple to an unfinalized zone.
|
| |