getdofcount

PURPOSE ^

GETDOFCOUNT - get number of degrees of freedom of the system

SYNOPSIS ^

function dofcount=getdofcount(grids)

DESCRIPTION ^

GETDOFCOUNT - get number of degrees of freedom of the system

   Usage:
      dofcount=getdofcount(grids)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function dofcount=getdofcount(grids)
0002 %GETDOFCOUNT - get number of degrees of freedom of the system
0003 %
0004 %   Usage:
0005 %      dofcount=getdofcount(grids)
0006 
0007 %Easy for now, as there are 6 dofs per grid
0008 dofcount=length(grids)*6;

Generated on Sun 29-Mar-2009 20:22:55 by m2html © 2003