CoreformIGA
CoreformIGA.ContinuousComponentCoreformIGA.ContinuousComponent.FunctionCollectionCoreformIGA.BasisBernstein.BCoreformIGA.BasisBernstein.B1dCoreformIGA.BasisBernstein.dBdxiCoreformIGA.BasisBernstein.dBdxi1dCoreformIGA.BasisBernstein.dnBdxinCoreformIGA.BasisBernstein.dnBdxin1d
CoreformIGA.BasisBernstein.B — MethodB(p, xi)Return the value of the tensor product Bernstein basis of degree $p$ evaluated at $\xi$. This can be multidimensional and so both $p$ and $n$ are arrays to specify the basis order in each direction and the number of derivatives in each direction, respectively.
CoreformIGA.BasisBernstein.B1d — MethodB1d(p, xi)Return the value of the 1d Bernstein basis of degree $p$ evaluated at $\xi \in [0,1]$.
CoreformIGA.BasisBernstein.dBdxi — MethoddBdxi(p,xi)Return the gradient of the tensor product Bernstein basis of degree $p$ evaluated at $\xi$. This can be multidimensional and so both $p$ and $n$ are arrays to specify the basis order in each direction and the number of derivatives in each direction, respectively.
CoreformIGA.BasisBernstein.dBdxi1d — MethoddBdxi1d(p, xi)Return the first derivative of the 1d Bernstein basis of degree $p$ evaluated at $\xi \in [0,1]$.
See also: B1d(p, xi)
CoreformIGA.BasisBernstein.dnBdxin — MethoddnBdxin(p, n, xi)Return the $nth$ derivative of the tensor product Bernstein basis of degree $p$ evaluated at $\xi$. This can be multidimensional and so both $p$ and $n$ are arrays to specify the basis order in each direction and the number of derivatives in each direction, respectively.
CoreformIGA.BasisBernstein.dnBdxin1d — MethoddnBdxin1d(p, n, xi)Return the nth derivative of the 1d Bernstein basis of degree $p$ evaluated at $\xi \in [0,1]$.
See also: dBdxi1d(p, xi)
CoreformIGA.ContinuousComponent — ModuleA container to hold a function collection which includes all function spaces and fields used to conduct the integral of boundary conditions or stiffness matrices, etc.
CoreformIGA.ContinuousComponent.FunctionCollection — TypeMembers:
integral: specify the integrand and quadrature information;geom_field_fc: offer geometry info. for the inverse mapping and integral weights, etc., in the assembly;test_index_fc: store the DOFs indexes and related functionalities for the test function space;trial_index_fc: store the DOFs indexes and related functionalities for the trial function space;test_fs_fc: test function space for evaluating spline functions and indexing them;