This class provides a representation of a vector bundle over a 1-dimensional manifold. It uses Lagrange polynomials of arbitrary order for interpolation. More...
The semi-explicit constructor for the vecBundle class. This constructor allocates the right memory for a vecBundle object without filling in all the data.
-
Parameters:
-
numElts - a positive integer specifying the number of elements used to represent the vector bundle.
-
m - a positive integer specifying the number of nodes per element. This determines the order of approximation.
-
n - a positive integer specifying the ambient dimension.
-
ns - a positive integer specifying the dimension of a fiber of the vector bundle.
-
Returns:
-
a vecBundle object