Home > p2plib > setbmesh.m

setbmesh

PURPOSE ^

reset basemesh to current mesh

SYNOPSIS ^

function p=setbmesh(p)

DESCRIPTION ^

 reset basemesh to current mesh

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function p=setbmesh(p) 
0002 % reset basemesh to current mesh
0003 p.bpoints=p.points; p.bedges=p.edges; p.btria=p.tria; p.maxt=2*p.nt;

Generated on Wed 15-Aug-2012 10:09:15 by m2html © 2005