pyAMReX
Functions | Variables
amrex.space2d Namespace Reference

Functions

def d_decl (x, y, z)
 
def Print (*args, **kwargs)
 

Variables

 pwd = __file__.rsplit(os.sep, 1)[0] + os.sep
 
 paths = os.environ.get("PATH", "")
 
 p_abs = os.path.abspath(os.path.expanduser(os.path.expandvars(p)))
 
 __version__ = amrex_2d_pybind.__version__
 
 __doc__ = amrex_2d_pybind.__doc__
 
 __license__ = amrex_2d_pybind.__license__
 
 __author__ = amrex_2d_pybind.__author__
 

Function Documentation

◆ d_decl()

def amrex.space2d.d_decl (   x,
  y,
  z 
)
Return a tuple of the first two passed elements

◆ Print()

def amrex.space2d.Print ( args,
**  kwargs 
)
Wrap amrex::Print() - only the IO processor writes

Variable Documentation

◆ __author__

amrex.space2d.__author__ = amrex_2d_pybind.__author__
private

◆ __doc__

amrex.space2d.__doc__ = amrex_2d_pybind.__doc__
private

◆ __license__

amrex.space2d.__license__ = amrex_2d_pybind.__license__
private

◆ __version__

amrex.space2d.__version__ = amrex_2d_pybind.__version__
private

◆ p_abs

amrex.space2d.p_abs = os.path.abspath(os.path.expanduser(os.path.expandvars(p)))

◆ paths

amrex.space2d.paths = os.environ.get("PATH", "")

◆ pwd

amrex.space2d.pwd = __file__.rsplit(os.sep, 1)[0] + os.sep