YASK
Yet Another Stencil Kit: a software framework for creating HPC stencil code. Copyright 2014-2023 Intel Corporation.
|
Bootstrap factory to create objects needed to define a stencil solution. More...
#include <yask_compiler_api.hpp>
Public Member Functions | |
virtual std::string | get_version_string () |
Version information. | |
virtual yc_solution_ptr | new_solution (const std::string &name) const |
Create a stencil solution. | |
Bootstrap factory to create objects needed to define a stencil solution.
|
virtual |
Version information.
|
virtual |
Create a stencil solution.
A stencil solution contains all the vars and equations.
[in] | name | Name of the solution; must be a valid C++ identifier. |