Octopus
space_oct_m Module Reference

Data Types

interface  space_t
 

Functions/Subroutines

type(space_t) function space_constructor (namespace)
 
logical pure function space_is_periodic (this)
 
logical pure function space_has_mixed_periodicity (this)
 
subroutine space_write_info (this, namespace)
 
character(len=40) function space_short_info (this)
 

Function/Subroutine Documentation

◆ space_constructor()

type(space_t) function space_oct_m::space_constructor ( type(namespace_t), intent(in)  namespace)
private

Definition at line 149 of file space.F90.

◆ space_is_periodic()

logical pure function space_oct_m::space_is_periodic ( class(space_t), intent(in)  this)
private

Definition at line 195 of file space.F90.

◆ space_has_mixed_periodicity()

logical pure function space_oct_m::space_has_mixed_periodicity ( class(space_t), intent(in)  this)
private

Definition at line 203 of file space.F90.

◆ space_write_info()

subroutine space_oct_m::space_write_info ( class(space_t), intent(in)  this,
type(namespace_t), intent(in)  namespace 
)
private

Definition at line 211 of file space.F90.

◆ space_short_info()

character(len=40) function space_oct_m::space_short_info ( class(space_t), intent(in)  this)
private

Definition at line 229 of file space.F90.