|
std::vector< double > | compute_vertical_levels (double new_Lz, size_t new_Mz, grid::VerticalSpacing spacing, double lambda) |
| Set the vertical levels in the ice according to values in Mz (number of levels), Lz (domain height), spacing (quadratic or equal) and lambda (quadratic spacing parameter).
|
|
Periodicity | string_to_periodicity (const std::string &keyword) |
| Convert a string to Periodicity.
|
|
std::string | periodicity_to_string (Periodicity p) |
| Convert Periodicity to a STL string.
|
|
VerticalSpacing | string_to_spacing (const std::string &keyword) |
| Convert an STL string to SpacingType.
|
|
std::string | spacing_to_string (VerticalSpacing s) |
| Convert SpacingType to an STL string.
|
|
Registration | string_to_registration (const std::string &keyword) |
|
std::string | registration_to_string (Registration registration) |
|
std::string | get_domain_variable (const File &file) |
| Get a list of dimensions from a grid definition file.
|
|
template<typename T > |
static void | maybe_override (const Config &config, const char *name, const char *units, T &output) |
|
double | radius (const Grid &grid, int i, int j) |
| Returns the distance from the point (i,j) to the origin.
|
|
std::array< unsigned, 2 > | nprocs (unsigned int size, unsigned int Mx, unsigned int My) |
| Computes the number of processors in the X- and Y-directions.
|
|
std::vector< unsigned int > | ownership_ranges (unsigned int Mx, unsigned int Nx) |
| Computes processor ownership ranges corresponding to equal area distribution among processors.
|
|
bool | in_null_strip (const Grid &grid, int i, int j, double strip_width) |
| Check if a point (i,j) is in the strip of stripwidth meters around the edge of the computational domain.
|
|
bool | domain_edge (const Grid &grid, int i, int j) |
|