Structure to identify a logical box. More...
#include <BoxMesh.h>
Public Member Functions | |
| constexpr | Box () |
| Empty constructor. | |
| constexpr | Box (int ifirst, int ilast, int jfirst=0, int jlast=0, int kfirst=0, int klast=0) |
| Default constructor. | |
| std::string | print () const |
| constexpr ArraySize | size () const |
| Return the size of the box. | |
Public Attributes | |
| int | first [3] |
| Starting element. | |
| int | last [3] |
| Ending element. | |
Structure to identify a logical box.
This class contains a logical box
|
explicitconstexpr |
Default constructor.
The default constructor
| ifirst | First x-coordinate |
| ilast | Last x-coordinate |
| jfirst | First y-coordinate |
| jlast | Last y-coordinate |
| kfirst | First z-coordinate |
| klast | Last z-coordinate |
|
constexpr |
Empty constructor.
| std::string AMP::Mesh::BoxMesh::Box::print | ( | ) | const |
|
constexpr |
Return the size of the box.
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:43. Comments on this page |