Octopus
box_cgal_oct_m Module Reference

Data Types

interface  box_cgal_t
 Class implementing a box defined by a file read using the cgal library. More...
 

Functions/Subroutines

class(box_cgal_t) function, pointer box_cgal_constructor (dim, center, filename, length, namespace)
 
subroutine box_cgal_finalize (this)
 
logical function, dimension(1:nn) box_cgal_shape_contains_points (this, nn, xx)
 
subroutine box_cgal_write_info (this, iunit, namespace)
 
character(len=box_info_len) function box_cgal_short_info (this, unit_length)
 

Function/Subroutine Documentation

◆ box_cgal_constructor()

class(box_cgal_t) function, pointer box_cgal_oct_m::box_cgal_constructor ( integer, intent(in)  dim,
real(real64), dimension(dim), intent(in)  center,
character(len=*), intent(in)  filename,
real(real64), dimension(dim), intent(in)  length,
type(namespace_t), intent(in)  namespace 
)
private
Parameters
[in]lengthlength of the parallelepiped along each corresponding basis vector

Definition at line 153 of file box_cgal.F90.

◆ box_cgal_finalize()

subroutine box_cgal_oct_m::box_cgal_finalize ( type(box_cgal_t), intent(inout)  this)
private

Definition at line 184 of file box_cgal.F90.

◆ box_cgal_shape_contains_points()

logical function, dimension(1:nn) box_cgal_oct_m::box_cgal_shape_contains_points ( class(box_cgal_t), intent(in)  this,
integer, intent(in)  nn,
real(real64), dimension(:,:), intent(in), contiguous  xx 
)
private

Definition at line 196 of file box_cgal.F90.

◆ box_cgal_write_info()

subroutine box_cgal_oct_m::box_cgal_write_info ( class(box_cgal_t), intent(in)  this,
integer, intent(in), optional  iunit,
type(namespace_t), intent(in), optional  namespace 
)
private

Definition at line 217 of file box_cgal.F90.

◆ box_cgal_short_info()

character(len=box_info_len) function box_cgal_oct_m::box_cgal_short_info ( class(box_cgal_t), intent(in)  this,
type(unit_t), intent(in)  unit_length 
)
private

Definition at line 232 of file box_cgal.F90.