Octopus
volume_oct_m Module Reference

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)
 

Function/Subroutine Documentation

◆ volume_init()

subroutine, public volume_oct_m::volume_init ( type(volume_t), intent(out)  vol)

Definition at line 142 of file volume.F90.

◆ volume_end()

subroutine, public volume_oct_m::volume_end ( type(volume_t), intent(inout)  vol)

Definition at line 148 of file volume.F90.

◆ volume_read_from_block()

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.

◆ volume_in_volume()

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.