Octopus
box_user_defined.F90 File Reference

Go to the source code of this file.

Modules

module  box_user_defined_oct_m
 

Data Types

interface  box_user_defined_oct_m::box_user_defined_t
 Class implementing a box defined by a mathematical expression. This box needs to be inside a parallelepiped in order to avoid problems when the mathematical expression does not define a closed box in one or more directions. For example, in 2D, the expression x > y is not bounded, but if we intersect it with a square box, it defines a triangle. More...
 

Functions/Subroutines

class(box_user_defined_t) function, pointer box_user_defined_oct_m::box_user_defined_constructor (dim, center, axes, expression, length, namespace)
 
subroutine box_user_defined_oct_m::box_user_defined_finalize (this)
 
logical function, dimension(1:nn) box_user_defined_oct_m::box_user_defined_shape_contains_points (this, nn, xx)
 
subroutine box_user_defined_oct_m::box_user_defined_write_info (this, iunit, namespace)
 
character(len=box_info_len) function box_user_defined_oct_m::box_user_defined_short_info (this, unit_length)