Home
last modified time | relevance | path

Searched refs:unregister_compute_pair_local (Results 1 – 7 of 7) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_heat_gran_conduction.h70 void unregister_compute_pair_local(ComputePairGranLocal *);
H A Dfix_heat_gran.h71 virtual void unregister_compute_pair_local(class ComputePairGranLocal *);
H A Dcompute_pair_gran_local.cpp157 if(wall == 0) pairgran->unregister_compute_pair_local(this); in pre_delete()
160 if(fixheat) fixheat->unregister_compute_pair_local(this); in pre_delete()
187 pairgran->unregister_compute_pair_local(this); in init_cpgl()
193 fixheat->unregister_compute_pair_local(this); in init_cpgl()
H A Dfix_heat_gran.cpp251 void FixHeatGran::unregister_compute_pair_local(class ComputePairGranLocal *ptr){ in unregister_compute_pair_local() function in FixHeatGran
H A Dpair_gran.h101 void unregister_compute_pair_local(class ComputePairGranLocal *ptr);
H A Dfix_heat_gran_conduction.cpp556 void FixHeatGranCond::unregister_compute_pair_local(ComputePairGranLocal *ptr) in unregister_compute_pair_local() function in FixHeatGranCond
H A Dpair_gran.cpp586 void PairGran::unregister_compute_pair_local(ComputePairGranLocal *ptr) in unregister_compute_pair_local() function in PairGran