16 #ifndef __GEOMETRY_1D_H__
17 #define __GEOMETRY_1D_H__
62 virtual bool operator()(
double x,
double y,
double z)
const;
75 virtual void getBoundingBox(
double& xmin,
double& xmax,
double& ymin,
double& ymax,
double& zmin,
double& zmax);
83 #endif //__GEOMETRY_1D_H__
Line()
Constructor.
Definition: geometry_1d.cpp:9
Supply functions for generating a 1D line geometry.
Definition: geometry_1d.h:35
virtual bool operator()(double x, double y, double z) const
Level set function of a 1D line with center at zero.
Definition: geometry_1d.cpp:11
An abstract class for the initialization of the geometry of fluid objects.
Definition: geometry.h:38
virtual void getBoundingBox(double &xmin, double &xmax, double &ymin, double &ymax, double &zmin, double &zmax)
Calculates the bounding box of 1D line centered at zero.
Definition: geometry_1d.cpp:15
This header file contains classes for the initialization of the geometry of fluid objects...
virtual ~Line()
Desturctor.
Definition: geometry_1d.h:46