orbitingcylinders.f90 File Reference
Go to the source code of this file.
Functions/Subroutines | |
program | orbitingcylinders |
subroutine | makeconfig (Sim, config) |
subroutine | initdata (Timedisc, Mesh, Physics, Sources) |
real function, dimension(mesh%igmin:mesh%igmax, mesh%jgmin:mesh%jgmax, mesh%kgmin:mesh%kgmax) | rsq (Mesh, r, x) |
Function/Subroutine Documentation
◆ initdata()
subroutine orbitingcylinders::initdata | ( | class(timedisc_base), intent(inout) | Timedisc, |
class(mesh_base), intent(in) | Mesh, | ||
class(physics_base), intent(inout) | Physics, | ||
class(sources_base), pointer | Sources | ||
) |
Definition at line 332 of file orbitingcylinders.f90.
◆ makeconfig()
subroutine orbitingcylinders::makeconfig | ( | class(fosite), intent(inout) | Sim, |
type(dict_typ), pointer | config | ||
) |
Definition at line 226 of file orbitingcylinders.f90.
◆ orbitingcylinders()
program orbitingcylinders | ( | ) |
Definition at line 154 of file orbitingcylinders.f90.
◆ rsq()
real function, dimension(mesh%igmin:mesh%igmax,mesh%jgmin:mesh%jgmax,mesh%kgmin:mesh%kgmax) orbitingcylinders::rsq | ( | class(mesh_base) | Mesh, |
real, dimension(mesh%igmin:mesh%igmax,mesh%jgmin:mesh%jgmax,mesh%kgmin:mesh%kgmax) | r, | ||
real, dimension(2), intent(in) | x | ||
) |
Definition at line 460 of file orbitingcylinders.f90.