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.

postmin<br />

Purpose<br />

postmin<br />

Compute minimum value of an expression.<br />

Syntax<br />

Description<br />

m = postmin(fem,expr,...)<br />

[m,p] = postmin(fem,expr,...)<br />

m = postmin(fem,expr,...) returns the minimum value of the expression expr.<br />

The function accepts all property/value pairs that posteval does, except cont. In<br />

addition, the following property/value pairs are accepted:<br />

PROPERTY<br />

NAME<br />

PROPERTY VALUE DEFAULT DESCRIPTION<br />

Out all | sollist all Return min over all solutions, or<br />

min per solution, specified with<br />

solnum or t<br />

Useinf on | off on Allow -infinity to be minimum value<br />

[m,p] = postmin(fem,expr,...) additionally returns the sdim-by-1 matrix p<br />

containing the coordinate for which the minimum value occurs, where sdim is the<br />

space dimension of the geometry.<br />

Note that the property Refine (see posteval) specifies the refinement used for<br />

finding the element in which the minimum value occurs. This element is then<br />

refined further to find the maximum value within the element. Therefore, the<br />

coordinate for which the minimum value of expr is attained, is not necessarily a<br />

node in the mesh.<br />

Cautionary<br />

See Also<br />

When expr is evaluated to complex numbers, the real part is used in the minimum<br />

value calculation.<br />

posteval, postmax<br />

351

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

Saved successfully!

Ooh no, something went wrong!