21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

meshextend<br />

Purpose<br />

meshextend<br />

Extend a mesh to the desired finite element types.<br />

Syntax fem.xmesh = meshextend(fem, ...)<br />

[fem.xmesh, cv] = meshextend(fem, ...)<br />

Description<br />

fem.xmesh = meshextend(fem) extends the (possibly extended) FEM structure<br />

fem with the xmesh field. The xmesh object contains the full finite element mesh for<br />

the model, and also the full description of the model using an internal syntax (the<br />

element syntax).<br />

[fem.xmesh, cv] = meshextend(fem) also outputs a cell array cv containing<br />

names of variables that were multiply defined.<br />

The function meshextend reads the field fem.solform and generates the extended<br />

using this solution form. The default value for fem.solform is weak meaning that<br />

the weak solution form will be used.<br />

The function meshextend accepts the following property/values:.<br />

TABLE 1-5: VALID PROPERTY/VALUE PAIRS<br />

PROPERTY VALUE DEFAULT DESCRIPTION<br />

Blocksize positive integer 5000 Block size<br />

Eqvars on | off | cell array on Generate equation<br />

variables<br />

Cplbndeq on | off | cell array on Generate boundary<br />

coupled equation variables<br />

Cplbndsh on | off | cell array off Generate boundary<br />

coupled shape variables<br />

Geoms integer vector all meshed<br />

geometries<br />

Extend the mesh on these<br />

geometries<br />

Mcase integer vector all mesh cases Extend the mesh for these<br />

mesh cases<br />

Report on | off on Show progress window<br />

Standard on | off on Convert standard syntax<br />

to element syntax<br />

Compatibility<br />

See Also<br />

If the FEM structure has a version field fem.version and the version is older than<br />

<strong>COMSOL</strong> Multiphysics 3.2, then the default for fem.solform is equal to<br />

fem.form.<br />

xmeshinfo<br />

260 | CHAPTER 1: COMMAND REFERENCE

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!