(git:6a2e663)
csvr_system_dynamics Module Reference

Functions/Subroutines

subroutine, public csvr_barostat (csvr, npt, group)
 ... More...
 
subroutine, public csvr_particles (csvr, molecule_kind_set, molecule_set, particle_set, local_molecules, group, shell_adiabatic, shell_particle_set, core_particle_set, vel, shell_vel, core_vel)
 ... More...
 
subroutine, public csvr_shells (csvr, atomic_kind_set, particle_set, local_particles, group, shell_particle_set, core_particle_set, vel, shell_vel, core_vel)
 ... More...
 

Detailed Description

Author
10.2007 [tlaino] - Teodoro Laino - University of Zurich

Function/Subroutine Documentation

◆ csvr_barostat()

subroutine, public csvr_system_dynamics::csvr_barostat ( type(csvr_system_type), pointer  csvr,
type(npt_info_type), dimension(:, :), intent(inout)  npt,
type(mp_comm_type), intent(in)  group 
)

...

Parameters
csvr...
npt...
group...
Author
10.2007 [tlaino] - Teodoro Laino - University of Zurich

Definition at line 52 of file csvr_system_dynamics.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ csvr_particles()

subroutine, public csvr_system_dynamics::csvr_particles ( type(csvr_system_type), pointer  csvr,
type(molecule_kind_type), dimension(:), pointer  molecule_kind_set,
type(molecule_type), dimension(:), pointer  molecule_set,
type(particle_type), dimension(:), pointer  particle_set,
type(distribution_1d_type), pointer  local_molecules,
type(mp_comm_type), intent(in)  group,
logical, intent(in), optional  shell_adiabatic,
type(particle_type), dimension(:), optional, pointer  shell_particle_set,
type(particle_type), dimension(:), optional, pointer  core_particle_set,
real(kind=dp), dimension(:, :), intent(inout), optional  vel,
real(kind=dp), dimension(:, :), intent(inout), optional  shell_vel,
real(kind=dp), dimension(:, :), intent(inout), optional  core_vel 
)

...

Parameters
csvr...
molecule_kind_set...
molecule_set...
particle_set...
local_molecules...
group...
shell_adiabatic...
shell_particle_set...
core_particle_set...
vel...
shell_vel...
core_vel...
Author
10.2007 [tlaino] - Teodoro Laino - University of Zurich

Definition at line 101 of file csvr_system_dynamics.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ csvr_shells()

subroutine, public csvr_system_dynamics::csvr_shells ( type(csvr_system_type), pointer  csvr,
type(atomic_kind_type), dimension(:), pointer  atomic_kind_set,
type(particle_type), dimension(:), pointer  particle_set,
type(distribution_1d_type), pointer  local_particles,
type(mp_comm_type), intent(in)  group,
type(particle_type), dimension(:), optional, pointer  shell_particle_set,
type(particle_type), dimension(:), optional, pointer  core_particle_set,
real(kind=dp), dimension(:, :), intent(inout), optional  vel,
real(kind=dp), dimension(:, :), intent(inout), optional  shell_vel,
real(kind=dp), dimension(:, :), intent(inout), optional  core_vel 
)

...

Parameters
csvr...
atomic_kind_set...
particle_set...
local_particles...
group...
shell_particle_set...
core_particle_set...
vel...
shell_vel...
core_vel...
Author
10.2007 [tlaino] - Teodoro Laino - University of Zurich

Definition at line 164 of file csvr_system_dynamics.F.

Here is the call graph for this function:
Here is the caller graph for this function: