<< gf_cont_struct_get SciGetFem gf_delete >>

SciGetFem >> SciGetFem > gf_cvstruct_get

gf_cvstruct_get

General function for querying information about convex_structure objects. The convex structures are internal structures of getfem++. They do not contain points positions. These structures are recursive, since the faces of a convex structures are convex structures.

Calling Sequence

n = gf_cvstruct_get(cvstruct CVS, 'nbpts')
d = gf_cvstruct_get(cvstruct CVS, 'dim')
cs = gf_cvstruct_get(cvstruct CVS, 'basic structure')
cs = gf_cvstruct_get(cvstruct CVS, 'face', int F)
I = gf_cvstruct_get(cvstruct CVS, 'facepts', int F)
s = gf_cvstruct_get(cvstruct CVS, 'char')
gf_cvstruct_get(cvstruct CVS, 'display')

Description

General function for querying information about convex_structure objects. The convex structures are internal structures of getfem++. They do not contain points positions. These structures are recursive, since the faces of a convex structures are convex structures.

Command list

See Also

Authors

Y. Collette


Report an issue
<< gf_cont_struct_get SciGetFem gf_delete >>