ImpactX
Loading...
Searching...
No Matches
src
envelope
spacecharge
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
17
namespace
impactx::envelope::spacecharge
18
{
44
amrex::ParticleReal
45
Elliptic_RD
(
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
AMReX_Extension.H
AMReX_REAL.H
impactx::envelope::spacecharge
Definition
Elliptic_Integral.cpp:23
impactx::envelope::spacecharge::Elliptic_RD
amrex::ParticleReal Elliptic_RD(amrex::ParticleReal x, amrex::ParticleReal y, amrex::ParticleReal z, amrex::ParticleReal errtol)
Definition
Elliptic_Integral.cpp:26
Generated by
1.13.2