ImpactX
Loading...
Searching...
No Matches
Elliptic_Integral.H
Go to the documentation of this file.
1/* Copyright 2022-2023 The Regents of the University of California, through Lawrence
2 * Berkeley National Laboratory (subject to receipt of any required
3 * approvals from the U.S. Dept. of Energy). All rights reserved.
4 *
5 * This file is part of ImpactX.
6 *
7 * Authors: Chad Mitchell, Axel Huebl
8 * License: BSD-3-Clause-LBNL
9 */
10#ifndef IMPACTX_ELLIPTIC_INTEGRAL_H
11#define IMPACTX_ELLIPTIC_INTEGRAL_H
12
13#include <AMReX_Extension.H> // for AMREX_RESTRICT
14#include <AMReX_REAL.H>
15
16
18{
44 amrex::ParticleReal
46 amrex::ParticleReal x,
47 amrex::ParticleReal y,
48 amrex::ParticleReal z,
49 amrex::ParticleReal errtol
50 );
51
52} // namespace impactx
53
54#endif // IMPACTX_ELLIPTIC_INTEGRAL_H
Definition Elliptic_Integral.cpp:23
amrex::ParticleReal Elliptic_RD(amrex::ParticleReal x, amrex::ParticleReal y, amrex::ParticleReal z, amrex::ParticleReal errtol)
Definition Elliptic_Integral.cpp:26