Laplacian Boundary Value approach (LBV)

../../_images/LBV.png

Algorithm parameters overview

algorParam.bfr. Description
tol Iteration stopping criteria on the coarest grid
depth No. of length scales
peel No. of boundary layers to be peeled off

Usage

algorParam.bfr.tol

Iteration stopping criteria on the coarest grid

Default Value: 0.0001

Examples:

algorParam.bfr.tol = 1;

algorParam.bfr.tol = 0.01;

algorParam.bfr.tol = 0.0001;

../../_images/lbv_tol_result.png

algorParam.bfr.depth

No. of length scales

Default Value: 5

Examples:

algorParam.bfr.depth = -1;

algorParam.bfr.depth = 2;

algorParam.bfr.depth = 5;

../../_images/lbv_depth_result.png

algorParam.bfr.peel

No. of boundary layers to be peeled off

Default Value: 2

Examples:

algorParam.bfr.peel = 1;

algorParam.bfr.peel = 2;

algorParam.bfr.peel = 4;

../../_images/lbv_peel_result.png