m_artn_option

namespace m_artn_option

OPTION: defined by a flag associate to one or more routines.

Author

Matic Poberznik, Miha Gunde, Nicolas Salles, Antoine Jay

interface constrained_draw
interface move_nextmin
interface nperp_limitation_init
interface nperp_limitation_step
interface read_restart
interface smooth_interpol

Return a smooth interpolation v2 betwwen 2 field v1 and v2:

  • v2 is a linear combination between v1 and v2

  • v2= v1 when ismooth = 0 -> done in init

  • v2= V2 when ismooth = nsmooth -> done in eigen

Param ismooth:

[inout] actual smooth step

Param nsmooth:

[in] max smooth step

Param nat:

[in] number of atom

Param v0:

[in] the actual orientation

Param v1:

[inout] the direction we come

Param v2:

[in] the direction we go

interface write_restart