Celeritas 0.6.0-13+develop.01c2c09e
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::inp::TwodGrid Struct Reference

An increasing, sorted 2D grid with node-centered data. More...

#include <Grid.hh>

Public Types

using VecDbl = std::vector< double >
 

Public Member Functions

 operator bool () const
 

Public Attributes

VecDbl x
 
VecDbl y
 
VecDbl value
 

Detailed Description

An increasing, sorted 2D grid with node-centered data.

Data is interpolated linearly and indexed as '[x][y]'.


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