Home
last modified time | relevance | path

Searched refs:AddDataWithAC (Results 1 – 5 of 5) sorted by relevance

/dports/science/ghemical/ghemical-3.0.0/src/
H A Dp1dview_wcl.h65 void AddDataWithAC(double, double, engine *);
66 void AddDataWithAC(double, double, model *, int);
H A Dp1dview_wcl.cpp78 void p1dview_wcl::AddDataWithAC(double c1, double v, engine * eng) in AddDataWithAC() function in p1dview_wcl
89 void p1dview_wcl::AddDataWithAC(double c1, double v, model * mdl, int cset) in AddDataWithAC() function in p1dview_wcl
H A Dp2dview_wcl.h62 void AddDataWithAC(double, double, double, engine *);
H A Dp2dview_wcl.cpp87 void p2dview_wcl::AddDataWithAC(double c1, double c2, double v, engine * eng) in AddDataWithAC() function in p2dview_wcl
H A Dproject.cpp3661 plot->AddDataWithAC(180.0 * tor1 / M_PI, value, eng); in DoEnergyPlot1D()
3884 plot->AddDataWithAC(180.0 * tor1 / M_PI, 180.0 * tor2 / M_PI, value, eng); in DoEnergyPlot2D()
3934 plot->AddDataWithAC(tss->GetP(0), tss->GetE(0), this, 0); in DoTransitionStateSearch()
3936 plot->AddDataWithAC(tss->GetP(1), tss->GetE(1), this, 1); in DoTransitionStateSearch()
3991 plot->AddDataWithAC(tss->GetP(0), tss->GetE(0), this, 0); in DoTransitionStateSearch()
3997 plot->AddDataWithAC(tss->GetP(1), tss->GetE(1), this, 1); in DoTransitionStateSearch()
4035 plot->AddDataWithAC(0, ts_e, this, 0); in DoTransitionStateSearch()