# cpml **Repository Path**: skiloop/cpml ## Basic Information - **Project Name**: cpml - **Description**: Convolutional Perfectly Matched Layer in C++,FDTD - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2014-03-09 - **Last Updated**: 2023-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cpml ==== Convolutional Perfectly Matched Layer in C++,FDTD HOW TO ====== How to use the codes? You can just add the codes in the source directory(src/) to your own FDTD program like the demo in the test directory. TO DO ===== impletments basic codes(finished) add openmp(finished)