Callbacks for the dynamic structure factor S(k,t) calculation dialog.
More...
#include <gtk/gtk.h>
#include <string.h>
#include <stdlib.h>
#include "global.h"
#include "bind.h"
#include "interface.h"
#include "callbacks.h"
#include "curve.h"
#include "project.h"
Go to the source code of this file.
|
| void | alloc_analysis_curves (int pid, atomes_analysis *this_analysis) |
| | allocating analysis curve data
|
| void | update_sq_view (project *this_proj, int sqk) |
| | update the text view for s(q) / s(k) calculation
|
| void | update_dynamic_view (project *this_proj, GtkTextBuffer *calc_buffer) |
| | print molecular dynamics information
|
| void | init_sqw (project *this_proj) |
| | initialize the curve widgets for the s(k,t) and s(q,w) calculations
|
| void | recup_sqw_list_ (int nq, double qval[nq]) |
| | retrieve exact q vector values from Fortran
|
| void | init_skt (project *this_proj, int opening) |
| | initialize the curve widgets for the s(k,t) and s(q,w) calculations
|
| void | update_skt_view (project *this_proj) |
| | update the text view for s(k,t) and s(q,w) calculation
|
| G_MODULE_EXPORT void | on_calc_skt_released (GtkWidget *widg, gpointer data) |
| | callback to compute the dynamic structure factor analysis
|
Callbacks for the dynamic structure factor S(k,t) calculation dialog.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file sktcall.c.
◆ alloc_analysis_curves()
allocating analysis curve data
- Parameters
-
Definition at line 134 of file initc.c.
◆ init_skt()
| void init_skt |
( |
project * | this_proj, |
|
|
int | opening ) |
initialize the curve widgets for the s(k,t) and s(q,w) calculations
- Parameters
-
| this_proj | the target project |
| opening | opening project file 1, otherwise 0 |
Definition at line 158 of file sktcall.c.
◆ init_sqw()
| void init_sqw |
( |
project * | this_proj | ) |
|
initialize the curve widgets for the s(k,t) and s(q,w) calculations
- Parameters
-
| this_proj | the target project |
Definition at line 65 of file sktcall.c.
◆ on_calc_skt_released()
| G_MODULE_EXPORT void on_calc_skt_released |
( |
GtkWidget * | widg, |
|
|
gpointer | data ) |
callback to compute the dynamic structure factor analysis
- Parameters
-
| widg | the GtkWidget sending the signal |
| data | the associated data pointer |
Definition at line 326 of file sktcall.c.
◆ recup_sqw_list_()
| void recup_sqw_list_ |
( |
int | nq, |
|
|
double | qval[nq] ) |
retrieve exact q vector values from Fortran
- Parameters
-
| nq | the number of q vectors |
| qval | the list of q vectors |
Definition at line 135 of file sktcall.c.
◆ update_dynamic_view()
| void update_dynamic_view |
( |
project * | this_proj, |
|
|
GtkTextBuffer * | calc_buffer ) |
|
extern |
print molecular dynamics information
- Parameters
-
| this_proj | the target project |
| calc_buffer | the GtkTextBuffer to print into |
Definition at line 124 of file msdcall.c.
◆ update_skt_view()
| void update_skt_view |
( |
project * | this_proj | ) |
|
update the text view for s(k,t) and s(q,w) calculation
- Parameters
-
| this_proj | the target project |
Definition at line 248 of file sktcall.c.
◆ update_sq_view()
| void update_sq_view |
( |
project * | this_proj, |
|
|
int | sqk ) |
|
extern |
update the text view for s(q) / s(k) calculation
- Parameters
-
| this_proj | the target project |
| sqk | s(q) (SQ) or s(k) (SK) |
Definition at line 124 of file sqcall.c.
◆ skt_all_sets