Octopus
|
Data Types | |
type | volume_t |
Functions/Subroutines | |
subroutine, public | volume_init (vol) |
subroutine, public | volume_end (vol) |
subroutine, public | volume_read_from_block (vol, namespace, block_name) |
logical function, public | volume_in_volume (space, vol, xx) |
subroutine, public volume_oct_m::volume_init | ( | type(volume_t), intent(out) | vol | ) |
Definition at line 142 of file volume.F90.
subroutine, public volume_oct_m::volume_end | ( | type(volume_t), intent(inout) | vol | ) |
Definition at line 148 of file volume.F90.
subroutine, public volume_oct_m::volume_read_from_block | ( | type(volume_t), intent(inout) | vol, |
type(namespace_t), intent(in) | namespace, | ||
character(len=*), intent(in) | block_name | ||
) |
Definition at line 156 of file volume.F90.
logical function, public volume_oct_m::volume_in_volume | ( | class(space_t), intent(in) | space, |
type(volume_t), intent(in) | vol, | ||
real(real64), dimension(1:space%dim), intent(in) | xx | ||
) |
Definition at line 224 of file volume.F90.