OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
#include <vector>
#include <iostream>
#include <string>
#include <sstream>
#include <gsl/gsl_sf_pow_int.h>
#include <gsl/gsl_sf_gamma.h>
#include "Utility/Inform.h"
#include "Utilities/GeneralClassicException.h"
#include "Fields/Interpolation/SolveFactory.h"
#include "Fields/Interpolation/PolynomialPatch.h"
#include "Fields/Interpolation/PPSolveFactory.h"
Go to the source code of this file.
Namespaces | |
namespace | interpolation |
Typedefs | |
typedef PolynomialCoefficient | interpolation::Coeff |
Variables | |
Inform * | gmsg |
|
extern |
Definition at line 61 of file Main.cpp.
Referenced by interpolation::PPSolveFactory::solve().