| 
| procedure, pass(z)  | init (z, size) | 
|   | Initialize a periodic zone.  
  | 
|   | 
| procedure, pass(z)  | free (z) | 
|   | Deallocate a zone.  
  | 
|   | 
| procedure, pass(z)  | finalize (z) | 
|   | Finalize a periodic zone list.  
  | 
|   | 
| procedure, pass(z)  | add_periodic_facet (z, facet, el, p_facet, p_el, pids, org_ids) | 
|   | Add a (facet, el) tuple to an unfinalized zone.  
  | 
|   | 
| procedure, pass(z)  | init (z, size) | 
|   | Initialize a facet zone.  
  | 
|   | 
| procedure, pass(z)  | free (z) | 
|   | Deallocate a facet zone.  
  | 
|   | 
| procedure, pass(z)  | finalize (z) | 
|   | Finalize a zone list.  
  | 
|   | 
| procedure, pass(z)  | add_facet (z, facet, el) | 
|   | Add a (facet, el) tuple to an unfinalized zone.  
  | 
|   | 
Definition at line 53 of file facet_zone.f90.
 
◆ add_facet()
- Parameters
 - 
  
    | [in] | facet | Facet in the zone  | 
    | [in] | el | Element in the zone  | 
  
   
Definition at line 50 of file facet_zone.f90.
 
 
◆ add_periodic_facet()
      
        
          | procedure, pass(z) facet_zone::facet_zone_periodic_t::add_periodic_facet  | 
          ( | 
          class(facet_zone_periodic_t), intent(inout)  | 
          z,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          facet,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          el,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          p_facet,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          p_el,  | 
        
        
           | 
           | 
          integer, dimension(4), intent(in)  | 
          pids,  | 
        
        
           | 
           | 
          integer, dimension(4), intent(in)  | 
          org_ids  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
- Parameters
 - 
  
    | [in] | facet | Facet in the zone  | 
    | [in] | el | Element in the zone  | 
    | [in] | p_facet | Facet at periodic length  | 
    | [in] | p_el | Element at periodic length  | 
    | [in] | pids | Periodic id of points  | 
    | [in] | org_ids | Original id of points  | 
  
   
Definition at line 64 of file facet_zone.f90.
 
 
◆ finalize() [1/2]
Create a static list of (facet,el) tuples 
Definition at line 49 of file facet_zone.f90.
 
 
◆ finalize() [2/2]
Create a static list of (facet,el) tuples 
Definition at line 63 of file facet_zone.f90.
 
 
◆ free() [1/2]
◆ free() [2/2]
◆ init() [1/2]
◆ init() [2/2]
◆ facet_el
◆ finalized
◆ org_id_scratch
◆ org_ids
◆ p_facet_el
◆ p_id_scratch
◆ p_ids
◆ p_scratch
◆ scratch
◆ size
  
  
      
        
          | integer facet_zone::facet_zone_t::size | 
         
       
   | 
  
inherited   | 
  
 
 
The documentation for this type was generated from the following file: