ESPResSo 3.2.0-11-g9950804-git
Extensible Simulation Package for Soft Matter Research
Defines | Functions
mol_cut.h File Reference
#include "virtual_sites.h"
#include "particle_data.h"
#include "interaction_data.h"
Include dependency graph for mol_cut.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define CUTOFF_CHECK(cond)   ((ia_params->mol_cut_type!=0)||(cond))

Functions

int molcut_set_params (int part_type_a, int part_type_b, int mol_cut_type, double mol_cut_cutoff)
MDINLINE int checkIfParticlesInteractViaMolCut (Particle *p1, Particle *p2, IA_parameters *data)
MDINLINE int checkIfParticlesInteractViaMolCut_partcfg (Particle *p1, Particle *p2, IA_parameters *data)

Define Documentation

#define CUTOFF_CHECK (   cond)    ((ia_params->mol_cut_type!=0)||(cond))

Function Documentation

MDINLINE int checkIfParticlesInteractViaMolCut ( Particle p1,
Particle p2,
IA_parameters data 
)
MDINLINE int checkIfParticlesInteractViaMolCut_partcfg ( Particle p1,
Particle p2,
IA_parameters data 
)
int molcut_set_params ( int  part_type_a,
int  part_type_b,
int  mol_cut_type,
double  mol_cut_cutoff 
)