#include "Grating2D.h"
#include <string>
#include <iostream>
#include <ctime>
#include "tools.h"
#include "tbci/f_bandmatrix.h"
#include "tbci/matrix.h"
Go to the source code of this file.
Variables | |
bool | memorysave |
bool memorysave |
unneeded arrays are deleted if memsave = true for iterative algorithm this might decrease the performance as memory has to be allocated and delocated in each iteration step
Definition at line 34 of file Grating2D.cpp.