CreatePVector

PURPOSE ^

CREATEPVECTOR - create an empty load vector for a pengrid

SYNOPSIS ^

function pe=PenaltyCreatePVector(penpair,elements,grids,materials,inputs,analysis_type,kmax);

DESCRIPTION ^

CREATEPVECTOR - create an empty load vector for a pengrid 

   penalty loads are expressed as penalty stiffnesses input in the global 
   stiffness matrix. Therefore, penalty load is not a right hand side therm -> return empty vector.

   Usage:
      pe=CreatePVector(load,elements,grids,materials,inputs,analysis_type)
 
   See also PENALTYCREATEPVECTOR, PENALTYCREATEKMATRIX

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function pe=PenaltyCreatePVector(penpair,elements,grids,materials,inputs,analysis_type,kmax);
0002 %CREATEPVECTOR - create an empty load vector for a pengrid
0003 %
0004 %   penalty loads are expressed as penalty stiffnesses input in the global
0005 %   stiffness matrix. Therefore, penalty load is not a right hand side therm -> return empty vector.
0006 %
0007 %   Usage:
0008 %      pe=CreatePVector(load,elements,grids,materials,inputs,analysis_type)
0009 %
0010 %   See also PENALTYCREATEPVECTOR, PENALTYCREATEKMATRIX
0011 
0012 %penalty loads are expressed as penalty stiffnesses input in the global
0013 %stiffness matrix. Therefore, penalty load is not a right hand side therm -> return empty vector.
0014 pe=elemvector(0);

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