WARPXM v1.10.0
Loading...
Searching...
No Matches
helper.h
Go to the documentation of this file.
1#pragma once
2
3#include "warpxm/warpxm_config.h"
4
5namespace wxm
6{
7namespace apps
8{
9namespace mhd_two_temperature
10{
11namespace bc
12{
13namespace zpinch
14{
15// helper functions for boundary condition current profiles
16real ramp(const real t, const real per, const real Imax);
17real staggered_ramp(const real t, const real per, const real Imax);
18real half_period_sine_wave(const real t, const real t_qtr, const real Imax);
19
20} // namespace zpinch
21} // namespace bc
22} // namespace mhd_two_temperature
23} // namespace apps
24} // namespace wxm
list apps
Definition: shock_tube.py:33
bc
Definition: advection2d_conservation.py:32
real half_period_sine_wave(const real t, const real t_qtr, const real Imax)
real ramp(const real t, const real per, const real Imax)
real staggered_ramp(const real t, const real per, const real Imax)
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11