DFT-EFE
 
Loading...
Searching...
No Matches
BoostAutoDiff.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (c) 2021. *
3 * The Regents of the University of Michigan and DFT-EFE developers. *
4 * *
5 * This file is part of the DFT-EFE code. *
6 * *
7 * DFT-EFE is free software: you can redistribute it and/or modify *
8 * it under the terms of the Lesser GNU General Public License as *
9 * published by the Free Software Foundation, either version 3 of *
10 * the License, or (at your option) any later version. *
11 * *
12 * DFT-EFE is distributed in the hope that it will be useful, but *
13 * WITHOUT ANY WARRANTY; without even the implied warranty *
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
15 * See the Lesser GNU General Public License for more details. *
16 * *
17 * You should have received a copy of the GNU Lesser General Public *
18 * License at the top level of DFT-EFE distribution. If not, see *
19 * <https://www.gnu.org/licenses/>. *
20 ******************************************************************************/
21
22/*
23 * @author Avirup Sircar
24 */
25
26#include <vector>
27#include <utils/Point.h>
28
29namespace dftefe
30{
31 namespace atoms
32 {
33 double
35 const utils::Point & origin,
36 const std::vector<double> &coeffVec,
37 const double smoothness,
38 const double cutoff,
39 const int l,
40 const int m,
41 const double polarAngleTolerance);
42
43 std::vector<double>
45 const utils::Point & origin,
46 const std::vector<double> &coeffVec,
47 const double smoothness,
48 const double cutoff,
49 const int l,
50 const int m,
51 const double polarAngleTolerance);
52
53 std::vector<double>
55 const utils::Point & origin,
56 const std::vector<double> &coeffVec,
57 const double smoothness,
58 const double cutoff,
59 const int l,
60 const int m,
61 const double polarAngleTolerance);
62 } // namespace atoms
63} // namespace dftefe
double getValueBoostAutoDiff(const utils::Point &point, const utils::Point &origin, const std::vector< double > &coeffVec, const double smoothness, const double cutoff, const int l, const int m, const double polarAngleTolerance)
Definition: BoostAutoDiff.cpp:204
std::vector< double > getHessianValueBoostAutoDiff(const utils::Point &point, const utils::Point &origin, const std::vector< double > &coeffVec, const double smoothness, const double cutoff, const int l, const int m, const double polarAngleTolerance)
Definition: BoostAutoDiff.cpp:268
std::vector< double > getGradientValueBoostAutoDiff(const utils::Point &point, const utils::Point &origin, const std::vector< double > &coeffVec, const double smoothness, const double cutoff, const int l, const int m, const double polarAngleTolerance)
Definition: BoostAutoDiff.cpp:234
PointImpl< double > Point
Definition: Point.h:12
dealii includes
Definition: AtomFieldDataSpherical.cpp:31