C++ Library Extensions 2022.12.09
To help learn modern C++ programming
gradient.cpp File Reference
Include dependency graph for gradient.cpp:

Go to the source code of this file.

Macros

#define CPG_INCLUDE_SYCL
 

Functions

void test_gradient ()
 
void test_curl ()
 
void test_divergence ()
 
void test_gradient_gpu ()
 
void test_curl_gpu ()
 
void test_divergence_gpu ()
 
void how_to_gradient ()
 
void how_to_curl ()
 
void how_to_divergence ()
 
int main ()
 

Macro Definition Documentation

◆ CPG_INCLUDE_SYCL

#define CPG_INCLUDE_SYCL

Definition at line 60 of file gradient.cpp.

Function Documentation

◆ how_to_curl()

void how_to_curl ( )

Definition at line 345 of file gradient.cpp.

Here is the call graph for this function:

◆ how_to_divergence()

void how_to_divergence ( )

Definition at line 371 of file gradient.cpp.

Here is the call graph for this function:

◆ how_to_gradient()

void how_to_gradient ( )

Definition at line 320 of file gradient.cpp.

Here is the call graph for this function:

◆ main()

int main ( )

Definition at line 397 of file gradient.cpp.

Here is the call graph for this function:

◆ test_curl()

void test_curl ( )

Definition at line 108 of file gradient.cpp.

Here is the call graph for this function:

◆ test_curl_gpu()

void test_curl_gpu ( )

Definition at line 237 of file gradient.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_divergence()

void test_divergence ( )

Definition at line 156 of file gradient.cpp.

Here is the call graph for this function:

◆ test_divergence_gpu()

void test_divergence_gpu ( )

Definition at line 278 of file gradient.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_gradient()

void test_gradient ( )

Definition at line 69 of file gradient.cpp.

Here is the call graph for this function:

◆ test_gradient_gpu()

void test_gradient_gpu ( )

Definition at line 206 of file gradient.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: