NodesAndModes

NodesAndModes.build_warped_nodesMethod
build_warped_nodes(N,elem::Symbol,r1D)

Computes degree N warp-and-blend interpolation nodes for elem = :Tri, :Pyr, or :Tet based on the 1D node set "r1D". Returns a tuple "rst" containing arrays of interpolation points.

source
NodesAndModes.edge_basisMethod
edge_basis(N, vertices, edges, basis, vertex_functions, rst...)

Computes edge basis given vertex functions and 1D basis.

source
NodesAndModes.meshgridMethod

meshgrid(vx) Computes an (x,y)-grid from the vectors (vx,vx). For more information, see the MATLAB documentation.

Copied and pasted directly from VectorizedRoutines.jl. Using VectorizedRoutines.jl directly causes Pkg versioning issues with SpecialFunctions.jl

source
NodesAndModes.meshgridMethod

meshgrid(vx,vy,vz) Computes an (x,y,z)-grid from the vectors (vx,vy,vz). For more information, see the MATLAB documentation.

Copied and pasted directly from VectorizedRoutines.jl. Using VectorizedRoutines.jl directly causes Pkg versioning issues with SpecialFunctions.jl

source
NodesAndModes.meshgridMethod

meshgrid(vx,vy) Computes an (x,y)-grid from the vectors (vx,vy). For more information, see the MATLAB documentation.

Copied and pasted directly from VectorizedRoutines.jl. Using VectorizedRoutines.jl directly causes Pkg versioning issues with SpecialFunctions.jl

source