OpenPFC  0.1.4
Phase Field Crystal simulation framework
Loading...
Searching...
No Matches
pfc::types::UpperBounds3 Struct Reference

Represents the upper bounds of the 3d simulation domain. More...

#include <types.hpp>

Collaboration diagram for pfc::types::UpperBounds3:

Public Member Functions

 UpperBounds3 (const std::array< double, 3 > &v)
 
 UpperBounds3 (const Size3 &size, const LowerBounds3 &lower, const Spacing3 &spacing, const Periodic3 &periodic)
 Constructs an UpperBounds3 object from a Size3 and LowerBounds3.
 

Public Attributes

const std::array< double, 3 > value
 

Detailed Description

Represents the upper bounds of the 3d simulation domain.

Constructor & Destructor Documentation

◆ UpperBounds3()

pfc::types::UpperBounds3::UpperBounds3 ( const Size3 size,
const LowerBounds3 lower,
const Spacing3 spacing,
const Periodic3 periodic 
)
inline

Constructs an UpperBounds3 object from a Size3 and LowerBounds3.

Parameters
sizeThe size of the simulation domain.
lower_boundsThe lower bounds of the simulation domain.

The documentation for this struct was generated from the following file: