21.01.2015 Views

COMSOL Multiphysics™

COMSOL Multiphysics™

COMSOL Multiphysics™

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

geomdel<br />

Purpose<br />

geomdel<br />

Delete points, edges, or faces in a geometry.<br />

Syntax<br />

Description<br />

[g,...] = geomdel(g1,...)<br />

g = geomdel(g1)<br />

[g,...] = geomdel(g1,...) deletes points, edges, or faces in the geometry<br />

object g1 according to the specified properties. The resulting object is of the same<br />

type (solid, face, curve, or point) as the original one.<br />

g = geomdel(g1) deletes all interior boundaries.<br />

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

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

PROPERTY VALUE DEFAULT DESCRIPTION<br />

all<br />

Edge integer vector |<br />

all | none<br />

Face integer vector |<br />

all | none<br />

Out stx | ftx | ctx |<br />

ptx<br />

Point integer vector |<br />

all | none<br />

Subdomain integer vector |<br />

all | none<br />

all<br />

none<br />

all in 3D<br />

none in 2D<br />

all in 1D<br />

none<br />

Specifies which edges that<br />

are deleted<br />

Specifies which faces that<br />

are deleted<br />

Output variables (only in<br />

3D). For more<br />

information, see the entry<br />

geomcsg<br />

Specifies which vertices<br />

that are deleted<br />

Specifies which<br />

subdomains that are<br />

deleted<br />

In 1D, Point can either be an array of integers specifying which points that are<br />

deleted or one of the strings all or none. all means that all interior points are<br />

deleted and none that no points are deleted. The default value is all.<br />

In 2D, Edge all means that all interior boundaries and edges outside any<br />

subdomain are deleted and none that no edges are deleted. The default value is all.<br />

Point all means that all vertices lying inside a subdomain are deleted and none<br />

that no vertices are deleted. The default value is none. Only isolated vertices can be<br />

deleted.<br />

In 3D, Face all means that all faces inside or between subdomains are deleted and<br />

none that no faces are deleted. The default value is all. Edge all means that all<br />

edges lying inside faces are deleted and none that no edge segments are deleted. The<br />

211

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

Saved successfully!

Ooh no, something went wrong!