Partial Differential Equation Toolbox | ![]() ![]() |
Assemble area integral contributions
Syntax
[K,M,F]=assema(p,t,c,a,f) [K,M,F]=assema(p,t,c,a,f,u0) [K,M,F]=assema(p,t,c,a,f,u0,time) [K,M,F]=assema(p,t,c,a,f,u0,time,sdl) [K,M,F]=assema(p,t,c,a,f,time) [K,M,F]=assema(p,t,c,a,f,time,sdl)
Description
[K,M,F]=assema(p,t,c,a,f)
assembles the stiffness matrix K
, the mass matrix M
, and the right-hand side vector F
.
The input parameters p
, t
, c
, a
, f
, u0
, time
, and sdl
have the same meaning as in assempde
.
See Also
![]() | adaptmesh | assemb | ![]() |