rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
fem_h10_boundary_inner_product_matrix.m File Reference

fem_h10_boundary_inner_product_matrix(df_info,elind,edgeind) More...

Go to the source code of this file.

Functions

function G = fem_h10_boundary_inner_product_matrix (df_info, elind, edgeind)
 fem_h10_boundary_inner_product_matrix(df_info,elind,edgeind)
 
function res = femh10boundaryinnerproductmatrix>G_int_kernel (x, df_info, i, j, elind, edgeind)
 

Detailed Description

fem_h10_boundary_inner_product_matrix(df_info,elind,edgeind)

Definition in file fem_h10_boundary_inner_product_matrix.m.

Function Documentation

function G = fem_h10_boundary_inner_product_matrix (   df_info,
  elind,
  edgeind 
)

fem_h10_boundary_inner_product_matrix(df_info,elind,edgeind)

function computing the matrix of the h10 inner product on the boundary specified through elind and edgeind. elind and edgeind have to be vectors of the same length.

Parameters
df_infodf info
elindelind
edgeindedgeind
Return values
Gndofs x ndofs matrix with nonzero entries only for those dofs, who lie on the specified boundary.
Required fields of df_info:
  • pdeg —  pdeg
  • ndofs —  ndofs
  • nlagrange_nodes —  nlagrange nodes
  • grid.EL —  grid.EL
  • global_dof_index —  global dof index

Definition at line 17 of file fem_h10_boundary_inner_product_matrix.m.