#ifndef WARPX_PARALLELIZATION_COMM_H_ #define WARPX_PARALLELIZATION_COMM_H_ #include /** \brief Fills the values of the current on the coarse patch by * averaging the values of the current of the fine patch (on the same level). * Also fills the guards of the coarse patch. * * \param[in] fine fine patches to interpolate from * \param[out] coarse coarse patches to interpolate to * \param[in] refinement_ratio integer ratio between the two */ void interpolateCurrentFineToCoarse ( std::array< amrex::MultiFab const *, 3 > const & fine, std::array< amrex::MultiFab *, 3 > const & coarse, int const refinement_ratio); /** \brief Fills the values of the charge density on the coarse patch by * averaging the values of the charge density of the fine patch (on the same level). * * \param[in] fine fine patches to interpolate from * \param[out] coarse coarse patches to interpolate to * \param[in] refinement_ratio integer ratio between the two */ void interpolateDensityFineToCoarse ( const amrex::MultiFab& fine, amrex::MultiFab& coarse, int const refinement_ratio); #endif // WARPX_PARALLELIZATION_COMM_H_ n value='dependabot/github_actions/github/codeql-action-3.25.10'>dependabot/github_actions/github/codeql-action-3.25.10 Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/net/ipv6/defs_dragonfly.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Release: fix docker pushGravatar Miek Gieben 1-0/+2
2017-05-03Release: fix MakefileGravatar Miek Gieben 1-0/+1
2017-05-03Release 007v007Gravatar Miek Gieben 1-1/+1
2017-05-03middleware/file: correctly parse the stanza (#658)Gravatar Miek Gieben 3-34/+87
2017-04-30Install: split build targets (#656)Gravatar Miek Gieben 1-3/+13
2017-04-30Remove annoying INFO from k8s middleware (#655)Gravatar John Belamaric 1-3/+1
2017-04-29middleware/cache: don't cache expired RRSIGs (#641)Gravatar Miek Gieben 7-62/+172
2017-04-28Update vendor with `go dep`Gravatar Yong Tang 8408-13844/+2469780
2017-04-28Add vendor setup with `go dep`Gravatar Yong Tang 3-1/+443
2017-04-27update readme (#650)Gravatar Miek Gieben 1-3/+4
2017-04-26middleware/proxy: Kill goroutines on stop (#646)Gravatar Miek Gieben 5-5/+112
2017-04-24Fix health race (#645)Gravatar Miek Gieben 6-28/+26
2017-04-24Point users to deployment repo (#643)Gravatar John Belamaric 1-23/+3
2017-04-24Pprof listen (#639)Gravatar Chris O'Haver 4-9/+34
2017-04-22msg.Service: add HostType() method (#627)Gravatar Miek Gieben 3-40/+114
2017-04-21Fix go pprof lib link (#638)Gravatar Chris O'Haver 1-1/+1
2017-04-21Fix link to SkyDNS (#637)Gravatar Dominic 1-1/+1
2017-04-20Fix TLS error message (#634)Gravatar Yue Ko 1-1/+1
2017-04-20Add MAINTAINERS (#633)Gravatar Miek Gieben 2-0/+10
2017-04-19Clean up the tls middleware README (#631)Gravatar John Belamaric 1-4/+22
2017-04-19Update the various Kubernetes middleware README files. (#630)Gravatar John Belamaric 3-174/+21
2017-04-19Add fallthrough support for Kubernetes (#626)Gravatar John Belamaric 7-9/+122
2017-04-18Tracing for gRPC Server (#619)Gravatar John Belamaric 6-11/+72