Home
last modified time | relevance | path

Searched refs:id_temp (Results 1 – 25 of 120) sorted by relevance

12345

/dports/science/lammps/lammps-stable_29Sep2021/src/EFF/
H A Dfix_temp_rescale_eff.cpp61 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTempRescaleEff()
63 id_temp,group->names[igroup])); in FixTempRescaleEff()
75 if (tflag) modify->delete_compute(id_temp); in ~FixTempRescaleEff()
76 delete [] id_temp; in ~FixTempRescaleEff()
92 int icompute = modify->find_compute(id_temp); in init()
165 modify->delete_compute(id_temp); in modify_param()
168 delete [] id_temp; in modify_param()
169 id_temp = utils::strdup(arg[1]); in modify_param()
171 int icompute = modify->find_compute(id_temp); in modify_param()
H A Dfix_nph_eff.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHEff()
39 modify->add_compute(fmt::format("{} all temp/eff",id_temp)); in FixNPHEff()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHEff()
H A Dfix_npt_eff.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTEff()
39 modify->add_compute(fmt::format("{} all temp/eff",id_temp)); in FixNPTEff()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTEff()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dfix_temp_berendsen.cpp41 tstr(nullptr), id_temp(nullptr), tflag(0) in FixTempBerendsen()
76 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTempBerendsen()
77 modify->add_compute(fmt::format("{} {} temp",id_temp,group->names[igroup])); in FixTempBerendsen()
91 if (tflag) modify->delete_compute(id_temp); in ~FixTempBerendsen()
92 delete [] id_temp; in ~FixTempBerendsen()
118 int icompute = modify->find_compute(id_temp); in init()
203 modify->delete_compute(id_temp); in modify_param()
206 delete [] id_temp; in modify_param()
207 id_temp = utils::strdup(arg[1]); in modify_param()
209 int icompute = modify->find_compute(id_temp); in modify_param()
H A Dfix_temp_rescale.cpp41 tstr(nullptr), id_temp(nullptr), tflag(0) in FixTempRescale()
72 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTempRescale()
73 modify->add_compute(fmt::format("{} {} temp",id_temp,group->names[igroup])); in FixTempRescale()
87 if (tflag) modify->delete_compute(id_temp); in ~FixTempRescale()
88 delete [] id_temp; in ~FixTempRescale()
114 int icompute = modify->find_compute(id_temp); in init()
200 modify->delete_compute(id_temp); in modify_param()
203 delete [] id_temp; in modify_param()
204 id_temp = utils::strdup(arg[1]); in modify_param()
206 int icompute = modify->find_compute(id_temp); in modify_param()
H A Dcompute_pressure.cpp40 vptr(nullptr), id_temp(nullptr), pstyle(nullptr) in ComputePressure()
55 if (strcmp(arg[3],"NULL") == 0) id_temp = nullptr; in ComputePressure()
57 id_temp = utils::strdup(arg[3]); in ComputePressure()
59 int icompute = modify->find_compute(id_temp); in ComputePressure()
131 if (keflag && id_temp == nullptr) in ComputePressure()
144 delete [] id_temp; in ~ComputePressure()
162 int icompute = modify->find_compute(id_temp); in init()
351 delete [] id_temp; in reset_extra_compute_fix()
352 id_temp = utils::strdup(id_new); in reset_extra_compute_fix()
H A Dfix_nph.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPH()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPH()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPH()
H A Dfix_nph_sphere.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHSphere()
39 modify->add_compute(fmt::format("{} all temp/sphere",id_temp)); in FixNPHSphere()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHSphere()
H A Dfix_npt.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPT()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPT()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPT()
/dports/science/lammps/lammps-stable_29Sep2021/src/EXTRA-FIX/
H A Dfix_temp_csld.cpp47 vhold(nullptr), tstr(nullptr), id_temp(nullptr), random(nullptr) in FixTempCSLD()
85 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTempCSLD()
86 modify->add_compute(fmt::format("{} {} temp",id_temp,group->names[igroup])); in FixTempCSLD()
102 if (tflag) modify->delete_compute(id_temp); in ~FixTempCSLD()
103 delete [] id_temp; in ~FixTempCSLD()
145 int icompute = modify->find_compute(id_temp); in init()
259 modify->delete_compute(id_temp); in modify_param()
262 delete [] id_temp; in modify_param()
263 id_temp = utils::strdup(arg[1]); in modify_param()
265 int icompute = modify->find_compute(id_temp); in modify_param()
H A Dfix_temp_csvr.cpp48 tstr(nullptr), id_temp(nullptr), random(nullptr) in FixTempCSVR()
86 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTempCSVR()
87 modify->add_compute(fmt::format("{} {} temp",id_temp,group->names[igroup])); in FixTempCSVR()
102 if (tflag) modify->delete_compute(id_temp); in ~FixTempCSVR()
103 delete [] id_temp; in ~FixTempCSVR()
132 int icompute = modify->find_compute(id_temp); in init()
215 modify->delete_compute(id_temp); in modify_param()
218 delete [] id_temp; in modify_param()
219 id_temp = utils::strdup(arg[1]); in modify_param()
221 int icompute = modify->find_compute(id_temp); in modify_param()
/dports/science/sparta/sparta-20Oct2021/src/
H A Dcompute_lambda_grid.cpp48 id_nrho = id_temp = NULL; in ComputeLambdaGrid()
104 id_temp = new char[n]; in ComputeLambdaGrid()
105 strcpy(id_temp,&arg[3][2]); in ComputeLambdaGrid()
107 char *ptr = strchr(id_temp,'['); in ComputeLambdaGrid()
109 if (id_temp[strlen(id_temp)-1] != ']') in ComputeLambdaGrid()
119 int n = modify->find_compute(id_temp); in ComputeLambdaGrid()
137 int n = modify->find_fix(id_temp); in ComputeLambdaGrid()
192 delete [] id_temp; in ~ComputeLambdaGrid()
221 int icompute = modify->find_compute(id_temp); in init()
226 int ifix = modify->find_fix(id_temp); in init()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_pressure.cpp85 id_temp = new char[n]; in ComputePressure()
86 strcpy(id_temp,arg[iarg]); in ComputePressure()
89 int icompute = modify->find_compute(id_temp); in ComputePressure()
135 delete [] id_temp; in ~ComputePressure()
151 int icompute = modify->find_compute(id_temp); in init()
315 delete [] id_temp; in reset_extra_compute_fix()
317 id_temp = new char[n]; in reset_extra_compute_fix()
318 strcpy(id_temp,id_new); in reset_extra_compute_fix()
/dports/science/lammps/lammps-stable_29Sep2021/src/GPU/
H A Dfix_npt_gpu.cpp38 id_temp = utils::strdup(std::string(id)+"_temp"); in FixNPTGPU()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPTGPU()
47 modify->add_compute(std::string(id_press)+" all pressure "+id_temp); in FixNPTGPU()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dfix_npt_sphere_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTSphereOMP()
39 modify->add_compute(fmt::format("{} all temp/sphere",id_temp)); in FixNPTSphereOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTSphereOMP()
H A Dfix_nph_asphere_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHAsphereOMP()
39 modify->add_compute(fmt::format("{} all temp/asphere",id_temp)); in FixNPHAsphereOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHAsphereOMP()
H A Dfix_nph_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHOMP()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPHOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHOMP()
H A Dfix_nph_sphere_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHSphereOMP()
39 modify->add_compute(fmt::format("{} all temp/sphere",id_temp)); in FixNPHSphereOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHSphereOMP()
H A Dfix_npt_asphere_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTAsphereOMP()
39 modify->add_compute(fmt::format("{} all temp/asphere",id_temp)); in FixNPTAsphereOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTAsphereOMP()
H A Dfix_npt_omp.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTOMP()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPTOMP()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTOMP()
/dports/science/lammps/lammps-stable_29Sep2021/src/DRUDE/
H A Dfix_tgnpt_drude.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixTGNPTDrude()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixTGNPTDrude()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixTGNPTDrude()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dfix_npt_intel.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTIntel()
39 modify->add_compute(fmt::format("{} all temp",id_temp)); in FixNPTIntel()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTIntel()
/dports/science/lammps/lammps-stable_29Sep2021/src/BODY/
H A Dfix_nph_body.cpp42 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHBody()
43 modify->add_compute(fmt::format("{} all temp/body",id_temp)); in FixNPHBody()
51 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHBody()
/dports/science/lammps/lammps-stable_29Sep2021/src/ASPHERE/
H A Dfix_nph_asphere.cpp39 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPHAsphere()
40 modify->add_compute(fmt::format("{} all temp/asphere",id_temp)); in FixNPHAsphere()
48 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPHAsphere()
H A Dfix_npt_asphere.cpp38 id_temp = utils::strdup(std::string(id) + "_temp"); in FixNPTAsphere()
39 modify->add_compute(fmt::format("{} all temp/asphere",id_temp)); in FixNPTAsphere()
47 modify->add_compute(fmt::format("{} all pressure {}",id_press, id_temp)); in FixNPTAsphere()

12345