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. More...
|
|
subroutine | facet_zone::facet_zone_free (z) |
| Deallocate a facet zone. More...
|
|
subroutine | facet_zone::facet_zone_finalize (z) |
| Finalize a zone list. More...
|
|
subroutine | facet_zone::facet_zone_add_facet (z, facet, el) |
| Add a (facet, el) tuple to an unfinalized zone. More...
|
|
subroutine | facet_zone::facet_zone_periodic_init (z, size) |
| Initialize a periodic zone. More...
|
|
subroutine | facet_zone::facet_zone_periodic_free (z) |
| Deallocate a zone. More...
|
|
subroutine | facet_zone::facet_zone_periodic_finalize (z) |
| Finalize a periodic zone list. More...
|
|
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. More...
|
|