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

function computing the h1 inner product matrix for fv-functions on the grid. More...

Go to the source code of this file.

Functions

function W = fv_h1_inner_product_matrix (model, model_data)
 function computing the h1 inner product matrix for fv-functions on the grid. More...
 

Detailed Description

function computing the h1 inner product matrix for fv-functions on the grid.

Definition in file fv_h1_inner_product_matrix.m.

Function Documentation

function W = fv_h1_inner_product_matrix (   model,
  model_data 
)

function computing the h1 inner product matrix for fv-functions on the grid.

By this function, inner products between functions can be computed by their DOF vectors: \(<U_1, U_2>_{H^1,h} = U_1' W U_2\)

Parameters
modelmodel
model_datamodel data
Return values
Winner product matrix
Required fields of model_data:
  • grid —  a structure containing geometry information of a mesh used for discretizations

Definition at line 17 of file fv_h1_inner_product_matrix.m.