bte.utils.weno5#
This file contains some basic function for weno.
Module Contents#
Functions#
- bte.utils.weno5.weno5_LR(vmm, vm, vo, vp, vpp)[source]#
weno5_LR 5 order weno method
- Parameters:
vmm ([type]) – left left cell
vm ([type]) – left cell
vo ([type]) – middle cell
vp ([type]) – right cell
vpp ([type]) – right right cell
- Returns:
fl and fr are reconstructions at left and right boundary of middle cell.
- Return type:
Tuple[fl,fr]