Neko  0.8.1
A portable framework for high-order spectral element flow simulations
facet_zone::facet_zone_t Type Reference
Inheritance diagram for facet_zone::facet_zone_t:
Collaboration diagram for facet_zone::facet_zone_t:

Public Member Functions

procedure, pass(z) init => facet_zone_init
 
procedure, pass(z) free => facet_zone_free
 
procedure, pass(z) finalize => facet_zone_finalize
 
procedure, pass(z) add_facet => facet_zone_add_facet
 

Public Attributes

type(tuple_i4_t), dimension(:), allocatable facet_el
 
integer size
 

Private Attributes

logical, private finalized = .false.
 
type(stack_i4t2_t), private scratch
 

Detailed Description

Definition at line 41 of file facet_zone.f90.

Member Function/Subroutine Documentation

◆ add_facet()

procedure, pass(z) facet_zone::facet_zone_t::add_facet

Definition at line 50 of file facet_zone.f90.

◆ finalize()

procedure, pass(z) facet_zone::facet_zone_t::finalize

Definition at line 49 of file facet_zone.f90.

◆ free()

procedure, pass(z) facet_zone::facet_zone_t::free

Definition at line 48 of file facet_zone.f90.

◆ init()

procedure, pass(z) facet_zone::facet_zone_t::init

Definition at line 47 of file facet_zone.f90.

Member Data Documentation

◆ facet_el

type(tuple_i4_t), dimension(:), allocatable facet_zone::facet_zone_t::facet_el

Definition at line 42 of file facet_zone.f90.

◆ finalized

logical, private facet_zone::facet_zone_t::finalized = .false.
private

Definition at line 44 of file facet_zone.f90.

◆ scratch

type(stack_i4t2_t), private facet_zone::facet_zone_t::scratch
private

Definition at line 45 of file facet_zone.f90.

◆ size

integer facet_zone::facet_zone_t::size

Definition at line 43 of file facet_zone.f90.


The documentation for this type was generated from the following file: