rbmatlab 0.10.01
discfunc/ldg/ldg_zero.m
00001 function dofs = ldg_zero(params)
00002 %function dofs = ldg_zero(params)
00003 %
00004 % function constructing a dof-vector of the zero function in the
00005 % discrete function space specified by params.
00006 
00007 dofs = zeros(params.ndofs,1);
00008 %| \docupdate 
All Classes Namespaces Files Functions Variables