Home
last modified time | relevance | path

Searched refs:cluster_check (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dneigh_bond.cpp119 if (cluster_check) bond_check(); in bond_all()
167 if (cluster_check) bond_check(); in bond_partial()
240 if (cluster_check) angle_check(); in angle_all()
289 if (cluster_check) angle_check(); in angle_partial()
382 if (cluster_check) dihedral_check(ndihedrallist,dihedrallist); in dihedral_all()
437 if (cluster_check) dihedral_check(ndihedrallist,dihedrallist); in dihedral_partial()
547 if (cluster_check) dihedral_check(nimproperlist,improperlist); in improper_all()
602 if (cluster_check) dihedral_check(nimproperlist,improperlist); in improper_partial()
H A Dneighbor.h162 int cluster_check; // 1 if check bond/angle/etc satisfies minimg variable
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dntopo.h36 int cluster_check; // copy from Neighbor variable
H A Dntopo_bond_all.cpp79 if (cluster_check) bond_check(); in build()
H A Dntopo_bond_partial.cpp80 if (cluster_check) bond_check(); in build()
H A Dntopo.cpp39 cluster_check = neighbor->cluster_check; in NTopo()
H A Dntopo_angle_all.cpp86 if (cluster_check) angle_check(); in build()
H A Dntopo_bond_template.cpp98 if (cluster_check) bond_check(); in build()
H A Dntopo_angle_partial.cpp87 if (cluster_check) angle_check(); in build()
H A Dntopo_dihedral_partial.cpp94 if (cluster_check) dihedral_check(ndihedrallist,dihedrallist); in build()
H A Dntopo_dihedral_all.cpp92 if (cluster_check) dihedral_check(ndihedrallist,dihedrallist); in build()
H A Dntopo_improper_all.cpp92 if (cluster_check) dihedral_check(nimproperlist,improperlist); in build()
H A Dntopo_improper_partial.cpp96 if (cluster_check) dihedral_check(nimproperlist,improperlist); in build()
H A Dntopo_angle_template.cpp107 if (cluster_check) angle_check(); in build()
H A Dntopo_dihedral_template.cpp113 if (cluster_check) dihedral_check(ndihedrallist,dihedrallist); in build()
H A Dntopo_improper_template.cpp113 if (cluster_check) dihedral_check(nimproperlist,improperlist); in build()
H A Dneighbor.h82 int cluster_check; // 1 if check bond/angle/etc satisfies minimg variable
H A Dneighbor.cpp123 cluster_check = 0; in Neighbor()
2441 if (strcmp(arg[iarg+1],"yes") == 0) cluster_check = 1; in modify_params()
2442 else if (strcmp(arg[iarg+1],"no") == 0) cluster_check = 0; in modify_params()
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Dneigh_bond_kokkos.cpp269 if (neighbor->cluster_check) bond_check(); in bond_all()
356 if (neighbor->cluster_check) bond_check(); in bond_partial()
469 if (neighbor->cluster_check) angle_check(); in angle_all()
563 if (neighbor->cluster_check) angle_check(); in angle_partial()
696 if (neighbor->cluster_check) dihedral_check(neighbor->ndihedrallist,v_dihedrallist); in dihedral_all()
795 if (neighbor->cluster_check) dihedral_check(neighbor->ndihedrallist,v_dihedrallist); in dihedral_partial()
950 if (neighbor->cluster_check) dihedral_check(neighbor->nimproperlist,v_improperlist); in improper_all()
1049 if (neighbor->cluster_check) dihedral_check(neighbor->nimproperlist,v_improperlist); in improper_partial()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/tests/
H A Dinstance_admin_integration_test.cc326 auto cluster_check = instance_admin_->GetCluster(instance_id, cluster_id); in TEST_F() local
327 ASSERT_STATUS_OK(cluster_check); in TEST_F()
330 EXPECT_EQ(cluster_name_prefix + cluster_id, cluster_check->name()); in TEST_F()
H A Dinstance_admin_async_future_integration_test.cc255 auto cluster_check = fut.get(); in TEST_F() local
256 ASSERT_STATUS_OK(cluster_check); in TEST_F()
259 EXPECT_EQ(cluster_name_prefix + cluster_id, cluster_check->name()); in TEST_F()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/tests/
H A Dinstance_admin_integration_test.cc327 auto cluster_check = instance_admin_->GetCluster(instance_id, cluster_id); in TEST_F() local
328 ASSERT_STATUS_OK(cluster_check); in TEST_F()
331 EXPECT_EQ(cluster_name_prefix + cluster_id, cluster_check->name()); in TEST_F()
H A Dinstance_admin_async_future_integration_test.cc256 auto cluster_check = fut.get(); in TEST_F() local
257 ASSERT_STATUS_OK(cluster_check); in TEST_F()
260 EXPECT_EQ(cluster_name_prefix + cluster_id, cluster_check->name()); in TEST_F()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/crash_test/
H A Dmain.py35 self.cluster_check = None
H A Dcheck.py93 if context.cluster_check:

12