Welcome to HiPerC’s documentation!¶

Contents:

  • High Performance Computing Strategies for Boundary Value Problems
    • Accelerator Languages
    • Basic Algorithm
      • Source Code Documentation
    • Running the Demonstration Programs
      • What to Expect
    • Reusing the Demonstration Code
    • Completed Examples
      • Diffusion Equation
      • Spinodal Decomposition
    • Contributions and Contact
    • Disclaimer
  • API Reference
    • common-diffusion
      • boundaries.h
      • mesh.h
      • numerics.h
      • output.h
      • timer.h
      • type.h
    • gpu-cuda-diffusion
      • cuda_kernels.cuh
    • gpu-opencl-diffusion
      • opencl_data.h
      • opencl_kernels.h
  • CPU Specifics
    • cpu-analytic-diffusion
      • analytic_main.c
    • cpu-serial-diffusion
      • serial_boundaries.c
      • serial_discretization.c
    • cpu-openmp-diffusion
      • openmp_boundaries.c
      • openmp_discretization.c
    • cpu-tbb-diffusion
      • tbb_boundaries.cpp
      • tbb_discretization.cpp
  • GPU Specifics
    • gpu-cuda-diffusion
      • cuda_boundaries.cu
      • cuda_discretization.cu
    • gpu-openacc-diffusion
      • openacc_boundaries.c
      • openacc_discretization.c
    • gpu-opencl-diffusion
      • opencl_boundaries.c
      • opencl_discretization.c
  • Terms of Use

Looking for something specific?¶

  • Index

  • Search Page

HiPerC

Navigation

Contents:

  • High Performance Computing Strategies for Boundary Value Problems
  • API Reference
  • CPU Specifics
  • GPU Specifics
  • Terms of Use

Related Topics

  • Documentation overview
    • Next: High Performance Computing Strategies for Boundary Value Problems

Quick search

Powered by Sphinx 2.2.1 & Alabaster 0.7.12 | Page source