#include <amr_patch_range.hpp>
|
| | FluxRegister (const Box2D ®ion, int ncomp) |
| |
| std::size_t | idx (int I, int J, int k) const |
| |
| bool | in (int I, int J) const |
| |
| void | set (int I, int J, int k, Real v) |
| |
| void | add (int I, int J, int k, Real v) |
| |
| Real | at (int I, int J, int k) const |
| |
| void | gather () |
| |
◆ FluxRegister()
| pops::FluxRegister::FluxRegister |
( |
const Box2D & |
region, |
|
|
int |
ncomp |
|
) |
| |
|
inline |
◆ add()
| void pops::FluxRegister::add |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
k, |
|
|
Real |
v |
|
) |
| |
|
inline |
◆ at()
| Real pops::FluxRegister::at |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
k |
|
) |
| const |
|
inline |
◆ gather()
| void pops::FluxRegister::gather |
( |
| ) |
|
|
inline |
◆ idx()
| std::size_t pops::FluxRegister::idx |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
k |
|
) |
| const |
|
inline |
◆ in()
| bool pops::FluxRegister::in |
( |
int |
I, |
|
|
int |
J |
|
) |
| const |
|
inline |
◆ set()
| void pops::FluxRegister::set |
( |
int |
I, |
|
|
int |
J, |
|
|
int |
k, |
|
|
Real |
v |
|
) |
| |
|
inline |
◆ buf
| std::vector<Real> pops::FluxRegister::buf |
◆ I0
| int pops::FluxRegister::I0 |
◆ J0
| int pops::FluxRegister::J0 |
◆ nc
| int pops::FluxRegister::nc |
◆ NX
| int pops::FluxRegister::NX |
◆ NY
| int pops::FluxRegister::NY |
The documentation for this struct was generated from the following file: