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

auxiliary function assembling the boundary integral components of system matrix A note: cell-array valued kernels can be integrated. More...

Go to the source code of this file.

Functions

function A_comp = fem_matrix_boundary_part_assembly (A_int_kernel, model, df_info, elind, edgeind)
 auxiliary function assembling the boundary integral components of system matrix A note: cell-array valued kernels can be integrated. More...
 

Detailed Description

auxiliary function assembling the boundary integral components of system matrix A note: cell-array valued kernels can be integrated.

Definition in file fem_matrix_boundary_part_assembly.m.

Function Documentation

function A_comp = fem_matrix_boundary_part_assembly (   A_int_kernel,
  model,
  df_info,
  elind,
  edgeind 
)

auxiliary function assembling the boundary integral components of system matrix A note: cell-array valued kernels can be integrated.

Parameters
A_int_kernelA int kernel
modelmodel
df_infodf info
elindelind
edgeindedgeind
Return values
A_compA comp
Required fields of df_info:
  • ndofs —  ndofs
  • nlagrange_nodes —  nlagrange nodes
  • grid.EL —  grid.EL
  • global_dof_index —  global dof index
  • dirichlet_gids —  dirichlet gids
Required fields of model:
  • qdeg —  qdeg

Definition at line 17 of file fem_matrix_boundary_part_assembly.m.

Here is the call graph for this function: