Neko 1.99.9
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
mixed_bc Module Reference

Implements mixed_bc_t.

Data Types

type  mixed_bc_t
 Base type for mixed boundary conditions that need projector-provided local-basis data on the physical field. More...
 

Functions/Subroutines

subroutine mixed_bc_free (this)
 Destructor for the mixed-bc extension state.
 
subroutine mixed_bc_debug_output (this, field_name)
 Write debug fields for a mixed bc.
 

Function/Subroutine Documentation

◆ mixed_bc_debug_output()

subroutine mixed_bc::mixed_bc_debug_output ( class(mixed_bc_t), intent(inout this,
character(len=*), intent(in), optional  field_name 
)
private

Writes one field list with the resolved mask marked by 1 and the three components of the resolved normals.

Parameters
[in]field_nameBase name for the output files.

Definition at line 86 of file mixed_bc.f90.

Here is the call graph for this function:

◆ mixed_bc_free()

subroutine mixed_bc::mixed_bc_free ( class(mixed_bc_t), intent(inout this)

Definition at line 72 of file mixed_bc.f90.