Home
last modified time | relevance | path

Searched refs:deallocate_topology (Results 1 – 13 of 13) sorted by relevance

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dtopology_types.F188 deallocate_topology, &
392 SUBROUTINE deallocate_topology(topology) subroutine
543 END SUBROUTINE deallocate_topology
H A Dcp_subsys_methods.F61 USE topology_types, ONLY: deallocate_topology,&
382 CALL deallocate_topology(topology)
H A Dtopology.F78 USE topology_types, ONLY: deallocate_topology,&
263 CALL deallocate_topology(topology)
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dtopology_types.F188 deallocate_topology, &
392 SUBROUTINE deallocate_topology(topology) subroutine
543 END SUBROUTINE deallocate_topology
H A Dcp_subsys_methods.F61 USE topology_types, ONLY: deallocate_topology,&
382 CALL deallocate_topology(topology)
H A Dtopology.F78 USE topology_types, ONLY: deallocate_topology,&
263 CALL deallocate_topology(topology)
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcreate_box.cpp175 atom->deallocate_topology(); in command()
H A Datom.h306 void deallocate_topology();
H A Dread_data.cpp459 atom->deallocate_topology(); in command()
775 if (addflag == NONE) atom->deallocate_topology(); in command()
H A Dread_restart.cpp133 atom->deallocate_topology(); in command()
H A Datom.cpp1016 void Atom::deallocate_topology() in deallocate_topology() function in Atom
/dports/science/lammps/lammps-stable_29Sep2021/src/KOKKOS/
H A Datom_kokkos.h116 virtual void deallocate_topology();
H A Datom_kokkos.cpp343 void AtomKokkos::deallocate_topology() in deallocate_topology() function in AtomKokkos