randress wrote
This is probably better handled in another thread, but ... I anticipate that my use-case will require a finer mesh near the boundary between certain sub-domains, as well as finer mesh within those domains. Is this what is provided by the boundary layer option?
Boundary layers genrally refers to create very structured and fine layers for aerodynamic flow (CFD) applications (to resolve thin viscous layers around the bodies). Like for example in this image:
You can however still create a finer (although not as structured) mesh along selected boundaries by specifying a "Bounday Grid Size" in the corresponding edit field in the "Grid Generation Settings" dialog box (accepts a space separated list of target mesh size values for each boundary).
randress wrote
If so can you suggest a commercial product or two that has this capability?
Unfortunately, commercial options are typically extremely expensive, as most simulation software seems to be. However, although it seems to have ceased development enGrid (
https://github.com/enGits/engrid) is/was based on the open source Netgen mesh generator and should support boundary layers (but you might need to convert the mesh cells to tetrahedra for compatibility).