Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
bc_list.f90 File Reference

Go to the source code of this file.

Data Types

type  bc_list::bc_list_t
 A list of allocatable `bc_t`. Follows the standard interface of lists. More...
 

Modules

module  bc_list
 Defines a list of bc_t.
 

Functions/Subroutines

subroutine bc_list::bc_list_init (this, size)
 Constructor.
 
subroutine bc_list::bc_list_free (this)
 Destructor.
 
subroutine bc_list::bc_list_append (this, bc)
 Append a condition to the end of the list.
 
subroutine bc_list::bc_list_apply_scalar (this, x, n, t, tstep)
 Apply a list of boundary conditions to a scalar field.
 
subroutine bc_list::bc_list_apply_vector (this, x, y, z, n, t, tstep)
 Apply a list of boundary conditions to a vector field.
 
logical function bc_list::bc_list_is_empty (this)
 Return whether the list is empty.