|
Neko 1.99.9
A portable framework for high-order spectral element flow simulations
|
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. | |
|
private |
Writes one field list with the resolved mask marked by 1 and the three components of the resolved normals.
| [in] | field_name | Base name for the output files. |
Definition at line 86 of file mixed_bc.f90.

| subroutine mixed_bc::mixed_bc_free | ( | class(mixed_bc_t), intent(inout) | this | ) |
Definition at line 72 of file mixed_bc.f90.