Peano 4
Loading...
Searching...
No Matches
KernelCalls.h File Reference
#include "exahype/parser/Parser.h"
#include <ostream>
Include dependency graph for KernelCalls.h:

Go to the source code of this file.

Namespaces

namespace  kernels
 This file is part of the ExaHyPE project.
 

Functions

void kernels::registerSolvers (exahype::parser::Parser &parser)
 Is implemented within the application folder generated by the toolkit.
 
void kernels::finalise ()
 This callback enables the user to deallocate memory.
 
void kernels::toString (std::ostream &os)
 This allows dumping information what code was generated by the toolkit.
 
const char * kernels::compiledSpecfile ()
 This allows to access the specfile that was seen by the toolkit.
 
std::string kernels::readSpecificationFileToJSON (const std::string &filename)
 Allows users to implement a custom specification file parser.