degree elevation operation, and k-refinement combining by knot insertion and degree elevation. The k-refinement operation is performed by elevating the degree of basis function to a desired order firstly followed by knot insertion thus obtaining the maximum available continuity. Compared with finite element analysis, the main advantage of refinement operations in isogeometric analysis is that the geometry of the computational domain can be kept while the degree of freedom increases. Fig. 2 presents an example to compare h-refinement, p-refinement and k-refinement in isogeometric analysis. Note that the number of control points increases during the refinement operation, and more degree of freedom can be achieved by k-refinement.
III. ERROR ASSESSMENT METHOD BASED ON k-REFINEMENT
Suppose that $U(\mathbf{x})$ is the exact solution, and $U_h(\mathbf{x})$ is the approximation solution obtained by isogeometric method in Section II, then the discrete error $e$ can be written as
e=U−Uh.(3)
After performing Laplacian operator $\Delta$ on each side of (3), a posteriori error assessment can be obtained by resolving the following problem,
Δee=f−ΔUh=0in Ωon ∂Ω(4)
From (4), the crucial point of a posteriori error estimation is the computation of $\Delta U_h(\mathbf{x})$. The following proposition is presented to show the computation of $\Delta U_h(\mathbf{x})$ directly on the parametric domain:
Proposition 1. Given B-spline parameterization $\sigma(\xi, \eta) = (x(\xi, \eta), y(\xi, \eta))$ of the computational domain and the solution field $U_h(\mathbf{x}) = U_h(x(\xi, \eta), y(\xi, \eta)) = T(\xi, \eta)$ over $\sigma(\xi, \eta)$, then $\Delta U_h(\mathbf{x})$ has the following form,
ΔUh=∂2x∂2Uh+∂2y∂2Uh=JKJLξTηη−JLηTξξ+LξξTη−LηηTξ,
where
JLξLξξLηη=xξyη−xηyξ,=xξ2−yξ2,=(Lηyξξ−Lξyηη)xξ−(Lηxξξ−Lξxηη)yξ,=(Lηyξξ−Lξyηη)xη−(Lηxξξ−Lξxηη)yη.KLη=(xξyη)2−(xηyξ)2,=xη2−yη2,
Proof. The idea of isogeometric analysis is to use the same mathematical representation for the computational domain and
solution field. Suppose that the computational domain $\Omega$ is parameterized by the following planar B-spline surface:
σ(ξ,η)=(x(ξ,η),y(ξ,η))=i=1∑n1j=1∑njNidi(ξ)Njdj(η)cij,
In isogeometric analysis, the solution field of heat conduction problem (1) over the computational domain $\Omega$ has the following form,
Uh(x(ξ,η),y(ξ,η))=T(ξ,η)=i=1∑n1j=1∑njNidi(ξ)Njdj(η)Tij,
Here $T_{ij}$ are the unknown variables in isogeometric analysis to be solved from the boundary condition and Eq. (1).
From $U_h(x(\xi, \eta), y(\xi, \eta)) = T(\xi, \eta)$, we have
∂ξ∂T∂η∂T=∂x∂Uh∂ξ∂x+∂y∂Uh∂ξ∂y,=∂x∂Uh∂η∂x+∂y∂Uh∂η∂y,
Then we can obtain
∂x∂Uh∂y∂Uh=(∂ξ∂Tyη−∂η∂Tyξ)/J,=(∂η∂Txξ−∂ξ∂Txη)/J,
where $J = x_\xi y_\eta - x_\eta y_\xi$.
Similarly,
∂2ξ∂2T∂2η∂2T=∂2x∂2Uh(∂ξ∂x)2+∂x∂Uh∂2ξ∂2x+∂2y∂2Uh(∂ξ∂y)2+∂y∂Uh∂2ξ∂2y,=∂2x∂2Uh(∂η∂x)2+∂x∂Uh∂2η∂2x+∂2y∂2Uh(∂η∂y)2+∂y∂Uh∂2η∂2y,
From above two equations, we have
∂2x∂2Uh∂2y∂2Uh=[yη2(Tξξ−∂x∂Uhxξξ−∂y∂Uhyξξ)]−yξ2(Tηη−∂x∂Uhxηη−∂y∂Uhyηη)]/K,=[xξ2(Tηξ−∂x∂Uhxηξ−∂y∂Uhyηξ)]−xη2(Tξξ−∂x∂Uhxξξ−∂y∂Uhyξξ)]/K,
where $K = (x_\xi y_\eta)^2 - (x_\eta y_\xi)^2$.
Hence, we can obtain