|
integer, dimension(:), allocatable cbtype | |
| custom boundary condition type More...
|
|
real, dimension(:,:,:), allocatable rscale | |
| radial scaling constants More...
|
|
real, dimension(:,:,:), allocatable invrscale | |
| inverse radial scaling constants More...
|
|
real, dimension(:,:,:), pointer radius | |
| distance to center of mass for Kepler conditions More...
|
|
Definition at line 46 of file boundary_custom.f90.
◆ finalize()
PROCEDURE boundary_custom_mod::boundary_custom::finalize |
|
private |
Definition at line 53 of file boundary_custom.f90.
◆ initboundary_custom()
PROCEDURE boundary_custom_mod::boundary_custom::initboundary_custom |
|
private |
Definition at line 52 of file boundary_custom.f90.
◆ setboundarydata()
PROCEDURE boundary_custom_mod::boundary_custom::setboundarydata |
|
private |
Definition at line 54 of file boundary_custom.f90.
◆ setcustomboundaries()
PROCEDURE boundary_custom_mod::boundary_custom::setcustomboundaries |
|
private |
Definition at line 55 of file boundary_custom.f90.
◆ cbtype
integer, dimension(:), allocatable boundary_custom_mod::boundary_custom::cbtype |
|
private |
custom boundary condition type
Definition at line 47 of file boundary_custom.f90.
◆ invrscale
real, dimension(:,:,:), allocatable boundary_custom_mod::boundary_custom::invrscale |
|
private |
inverse radial scaling constants
Definition at line 48 of file boundary_custom.f90.
◆ radius
real, dimension(:,:,:), pointer boundary_custom_mod::boundary_custom::radius |
|
private |
distance to center of mass for Kepler conditions
Definition at line 50 of file boundary_custom.f90.
◆ rscale
real, dimension(:,:,:), allocatable boundary_custom_mod::boundary_custom::rscale |
|
private |
radial scaling constants
Definition at line 48 of file boundary_custom.f90.
The documentation for this type was generated from the following file: