Search results

From AbInitio

You searched for Default

Jump to: navigation, search

For more information about searching AbInitio, see Searching AbInitio.

Showing below up to 20 results starting with #21.


View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).

No page title matches

Page text matches

  1. Meep Tutorial/Band diagram, resonant modes, and transmission in a holey waveguide (32,880 bytes)
    295: ...leaky modes that have a substantial lifetime (the default threshold is a lifetime, or <math>Q</math>, of 50...
  2. Meep FAQ (8,673 bytes)
    17: ...using Guile. Usually, the former is installed by default, by the latter is not. You need to install both,...
    48: By default, when Meep assigns a dielectric constant &epsilon...
  3. Meep Tutorial/Third harmonic generation (8,694 bytes)
    27: ...se any objects; we can just use the special <code>default_material</code> (which is ordinarily vacuum):
    29: (set! default-material (make dielectric (index 1) (chi3 k)))
  4. Meep Tutorial/Ring resonator in cylindrical coordinates (10,606 bytes)
    21: ...d runs from <code>0</code> to <code>sr</code> (by default) rather than from <code>-sr/2</code> to <code>sr/...
  5. Meep Tutorial/Material dispersion (6,894 bytes)
    16: (set! default-material
  6. Meep release notes (15,091 bytes)
    36: ... Added <code>mean-stretch</code> property of PML (defaults to 1), to support real coordinate stretching for...
    51: ...e expense of requiring a smaller Courant factor. (Default is <code>false</code>, corresponding to behavior ...
    52: ...d by new <code>special-kz?</code> input variable (default is <code>false</code> since it only works in 2d a...
    75: ...ake features to have less-verbose build output by default (you can build in verbose mode by <code>make V=1<...
    128: ...y of the current is set to false; this is now the default, to make handling of '''E''' and '''H''' sources ...
  7. Color tables in h5topng (10,164 bytes)
    138: By default, <code>h5topng</code> scales the color table so t...
  8. NLopt release notes (13,986 bytes)
    157: ...stic algorithms (although it still has a sensible default).
    184: ...rches terminate; use roughly machine precision as defaults.
  9. NLopt Installation (10,703 bytes)
    14: By default, this installs the NLopt static library (<code>li...
    38: ...l properly, which is why we don't install them by default.
    71: ...o <code>configure</code>.) You can override this default (e.g. if you don't have administrator access on y...
    81: ...ave/2.1.73/site/m/</code>). You can change these defaults by passing <code>OCT_INSTALL_DIR</code> and <cod...
    85: ...f you only pass <code>OCT_INSTALL_DIR</code>, the default <code>M_INSTALL_DIR=$OCT_INSTALL_DIR</code>.) In ...
  10. NLopt Algorithms (41,811 bytes)
    71: The initial population size for CRS defaults to 10&times;(''n''+1) in ''n'' dimensions, but t...
    92: ...rance for your local-optimization algorithm, MLSL defaults to ftol_rel=10<sup>&minus;15</sup> and xtol_rel=...
    94: By default, each iteration of MLSL samples 4 random new tria...
    129: ...d Yao is employed. The population size for ISRES defaults to 20&times;(''n''+1) in ''n'' dimensions, but t...
    307: ...rgence. NLopt sets ''M'' to a heuristic value by default, but this can be [[NLopt Reference#Vector storage...
  11. NLopt Deprecated API Reference (36,633 bytes)
    139: ...ons on each local search to <code>maxeval</code> (default is <code>-1</code>, for no maximum). Conversely,...
    147: ... is evaluated). NLopt tries to pick a reasonable default value for these population sizes, but in some cas...
    152: ...specific default value. These algorithm-specific defaults are documented with the [[NLopt Algorithms|algor...
    163: ...t.h</code> (in <code>/usr/local/include</code> by default).
  12. NLopt Tutorial (30,157 bytes)
    70: ...upper_bounds</code>), since we are happy with the default upper bounds (+&infin;). To add the two inequalit...
    81: ... (any unspecified parameters are set to innocuous defaults). At this point, we can call nlopt_optimize to a...
    240: ...nt to not setting those parameters, and using the defaults instead). You can get more information on the a...
    499: ...call <code>nlo_get_lower_bounds</code> to get the default lower bounds (-&infin;) and then change one of th...
  13. Casimir calculations in Meep (39,017 bytes)
    203: ...ppropriate boundary conditions. For example, the default boundary conditions in Meep are metallic - if the...
    209: ...up every simulation among the entire cluster (the default behavior for meep-mpi). This way the speedup is ...
    409: ... either be perfect metal, or dispersive gold (the default). Set <code>dispersion?</code> to false to get a...
  14. Cubature (Multi-dimensional integration) (19,124 bytes)
    176: ...m number of function evaluations (0 for none, the default). Similarly for <code>ptest</code> (which tests ...
  15. NLopt Reference (29,913 bytes)
    85: If a lower/upper bound is not set, the default is no bound (unconstrained, i.e. a bound of infin...
    152: ...mit the remainder (all criteria are disabled by default).
    269: ...o find the local optimum nearest to ''x''. By default, NLopt chooses this initial step size heuristical...
    287: ... initial "population" of random points ''x''. By default, this initial population size is chosen heuristic...
    291: ...ode>pop</code> of zero implies that the heuristic default will be used.)
  16. NLopt C-plus-plus Reference (19,774 bytes)
    52: ...if you use them on an object initialized with the default no-argument constructor, i.e. if you didn't speci...
    125: ... criteria are disabled; i.e., they have innocuous defaults.)
    231: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    235: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    251: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  17. NLopt Python Reference (17,987 bytes)
    128: ... criteria are disabled; i.e., they have innocuous defaults.)
    232: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    236: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    252: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  18. NLopt Matlab Reference (10,167 bytes)
    21: ...y fields that are not specified take on innocuous default values (the same as if you did not specify those ...
    53: ...vely. (If they are not specified, the tolerances default to zero.)
    57: ... criteria are disabled; i.e., they have innocuous defaults.) The various stopping criteria can be specifie...
    111: ...ulation</code> of zero implies that the heuristic default will be used.)
    118: (The default is 0, in which case NLopt uses a heuristic nonzer...
  19. NLopt Guile Reference (15,780 bytes)
    91: ...e purposes of stopping the optimization, as in C (defaulting to zero if they are omitted).
    100: ... criteria are disabled; i.e., they have innocuous defaults.)
    213: ...ode>pop</code> of zero implies that the heuristic default will be used.)
    217: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...
    233: (The default is ''M''=0, in which case NLopt uses a heuristic ...
  20. NLopt Fortran Reference (19,582 bytes)
    13: ...> directory along with the C/C++ header files (by default, this is <code>/usr/local/include</code> ... you ...
    104: ...code>nlo_get_lower_bounds</code> first to get the default &plusmn;&infin; upper/lower bounds.
    148: ... criteria are disabled; i.e., they have innocuous defaults.)
    242: ...de>ipop</code> of zero implies that the heuristic default will be used.)
    246: ...ithm, based on code from Makoto Matsumoto. By default, the [[w:Random seed|seed]] for the random numbe...

View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).



Search in namespaces:

List redirects
Search for
Views