rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
fem_l2_boundary_inner_product_matrix.m File Reference

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

Go to the source code of this file.

Functions

function G = fem_l2_boundary_inner_product_matrix (df_info, elind, edgeind)
 fem_l2_boundary_inner_product_matrix(df_info,elind,edgeind) More...
 
function res = feml2boundaryinnerproductmatrix>G_int_kernel (x, df_info, i, j, elind, edgeind)
 

Detailed Description

fem_l2_boundary_inner_product_matrix(df_info,elind,edgeind)

Definition in file fem_l2_boundary_inner_product_matrix.m.

Function Documentation

function G = fem_l2_boundary_inner_product_matrix (   df_info,
  elind,
  edgeind 
)

fem_l2_boundary_inner_product_matrix(df_info,elind,edgeind)

function computing the matrix of the l2 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_l2_boundary_inner_product_matrix.m.

Here is the call graph for this function: