Neko  0.8.1
A portable framework for high-order spectral element flow simulations
facet_zone.f90 File Reference

Go to the source code of this file.

Data Types

type  facet_zone::facet_zone_t
 
type  facet_zone::facet_zone_periodic_t
 

Modules

module  facet_zone
 Defines a zone as a subset of facets in a mesh.
 

Functions/Subroutines

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...