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

this routine computes the stiffness matrix for a constant c=1. K_one = int_omega (grad phi_j) . grad phi_i dx More...

Go to the source code of this file.

Functions

function K_one = H10_scalar_product_matrix (p, t, c, a, f)
 this routine computes the stiffness matrix for a constant c=1. K_one = int_omega (grad phi_j) . grad phi_i dx More...
 

Detailed Description

this routine computes the stiffness matrix for a constant c=1. K_one = int_omega (grad phi_j) . grad phi_i dx

Definition in file H10_scalar_product_matrix.m.

Function Documentation

function K_one = H10_scalar_product_matrix (   p,
  t,
  c,
  a,
  f 
)

this routine computes the stiffness matrix for a constant c=1. K_one = int_omega (grad phi_j) . grad phi_i dx

Parameters
pp
tt
cc
aa
ff
Return values
K_oneK one

Definition at line 17 of file H10_scalar_product_matrix.m.