Neko  0.8.1
A portable framework for high-order spectral element flow simulations
bc::bc_list_t Type Reference

A list of boundary conditions. More...

Collaboration diagram for bc::bc_list_t:

Public Attributes

type(bcp_t), dimension(:), allocatable bc
 
integer n
 Number of items. More...
 
integer size
 Capacity. More...
 

Detailed Description

A list of boundary conditions.

Definition at line 102 of file bc.f90.

Member Data Documentation

◆ bc

type(bcp_t), dimension(:), allocatable bc::bc_list_t::bc

Definition at line 103 of file bc.f90.

◆ n

integer bc::bc_list_t::n

Number of items.

Definition at line 105 of file bc.f90.

◆ size

integer bc::bc_list_t::size

Capacity.

Definition at line 107 of file bc.f90.


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