Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dfix_mesh.cpp74 FixMesh::FixMesh(LAMMPS *lmp, int narg, char **arg) in FixMesh() function in FixMesh
309 FixMesh::~FixMesh() in ~FixMesh()
321 void FixMesh::post_create() in post_create()
463 void FixMesh::init() in init()
478 int FixMesh::setmask() in setmask()
514 void FixMesh::setup(int vflag) in setup()
524 void FixMesh::initialSetup() in initialSetup()
542 void FixMesh::pre_exchange() in pre_exchange()
582 void FixMesh::final_integrate() in final_integrate()
606 int FixMesh::min_type() in min_type()
[all …]
H A Dfix_move_mesh.h93 bool fixMeshCompare(const class FixMesh* fixMeshToCompare) const
96 class FixMesh* fixMesh()
101 class FixMesh *fix_mesh_;
H A Dfix_mesh.h58 class FixMesh : public FixBaseLiggghts
62 FixMesh(LAMMPS *lmp, int narg, char **arg);
63 virtual ~FixMesh();
H A Dfix_move_mesh.cpp80 fix_mesh_ = dynamic_cast<FixMesh*>(modify->find_fix_id(fix_mesh_id_.c_str())); in FixMoveMesh()
160 FixMesh * fix_mesh = dynamic_cast<FixMesh*>(modify->find_fix_id(fix_mesh_id_.c_str())); in pre_delete()
H A Dfix_mesh_surface.cpp81 : FixMesh(lmp, narg, arg), in FixMeshSurface()
340 FixMesh::post_create(); in post_create()
375 FixMesh::init(); in init()
428 FixMesh::setup(vflag); in setup()
445 FixMesh::pre_delete(unfixflag); in pre_delete()
457 int mask = FixMesh::setmask(); in setmask()
476 FixMesh::setup_pre_force(vflag); in setup_pre_force()
502 FixMesh::pre_force(vflag); in pre_force()
538 FixMesh::final_integrate(); in final_integrate()
H A Dmodify_liggghts.cpp550 if( strncmp(cfix->style,"mesh/surface",12) == 0 && dynamic_cast<FixMesh*>(cfix) ) in forceMeshExchange()
551 static_cast<FixMesh*>(cfix)->setup_pre_force(0); in forceMeshExchange()
H A Dfix_mesh_surface.h70 class FixMeshSurface : public FixMesh