Query: level_set
OS: debian
Section: 4rheolef
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
level_set(4rheolef) rheolef-6.1 level_set(4rheolef)NAMElevel_set - compute a level set from a functionSYNOPSYSgeo level_set (const field& fh);DESCRIPTIONGiven a function fh defined in a domain Lambda, compute the level set defined by {x in Lambda, fh(x) = 0}. This level set is represented by the geo class.OPTIONSThe option class leve_set_option_type controls the slit of quadrilaterals into triangles for tridimensional intersected surface and also the zero machine precision, epsilon.IMPLEMENTATIONstruct level_set_option_type { bool split_to_triangle; Float epsilon; level_set_option_type() : split_to_triangle(true), epsilon(100*std::numeric_limits<Float>::epsilon()) {} }; template <class T, class M> geo_basic<T,M> level_set ( const field_basic<T,M>& fh, const level_set_option_type& opt = level_set_option_type()); rheolef-6.1 rheolef-6.1 level_set(4rheolef)
Related Man Pages |
---|
branch(2rheolef) - debian |
characteristic(2rheolef) - debian |
solver(2rheolef) - debian |
riesz(4rheolef) - debian |
geo_domain_indirect(7rheolef) - debian |
Similar Topics in the Unix Linux Community |
---|
OS level setting parameter for Application Hanging |