Home
last modified time | relevance | path

Searched refs:gmx_ana_index_squeeze (Results 1 – 3 of 3) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/selection/
H A Dindexutil.h262 void gmx_ana_index_squeeze(gmx_ana_index_t* g);
H A Dcompiler.cpp1905 gmx_ana_index_squeeze(&child->u.cgrp); in evaluate_boolean_static_part()
1965 gmx_ana_index_squeeze(sel->child->v.u.g); in evaluate_boolean_minmax_grps()
1969 gmx_ana_index_squeeze(&sel->child->u.cgrp); in evaluate_boolean_minmax_grps()
2247 gmx_ana_index_squeeze(sel->cdata->gmin); in analyze_static()
2248 gmx_ana_index_squeeze(sel->cdata->gmax); in analyze_static()
2793 gmx_ana_index_squeeze(&coll->impl_->requiredAtoms_); in compileSelection()
H A Dindexutil.cpp316 void gmx_ana_index_squeeze(gmx_ana_index_t* g) in gmx_ana_index_squeeze() function