Navigation

Operators and Keywords

Function List:

C++ API

Function File: A = bim3a_laplacian (mesh, epsilon, kappa)

Build the standard finite element stiffness matrix for a diffusion problem.

The equation taken into account is:

- (epsilon * kappa ( u’ ))’ = f

where epsilon is an element-wise constant scalar function, while kappa is a piecewise linear conforming scalar function.

See also: bim3a_rhs, bim3a_reaction, bim2a_laplacian, bim3a_laplacian.

Package: bim