BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Classes | Namespaces | Functions
scale.cpp File Reference

checks behaviour of action under changes in units More...

#include "action.hpp"
#include "error.hpp"
#include "logging_manager.hpp"
#include "shooting.hpp"
#include <iostream>

Go to the source code of this file.

Classes

struct  BubbleProfiler::Scale_options
 

Namespaces

 BubbleProfiler
 

Functions

void BubbleProfiler::print_usage ()
 
bool BubbleProfiler::starts_with (const std::string &option, const std::string &prefix)
 
void BubbleProfiler::parse_positional_args (const std::vector< std::string > &args, Scale_options &options)
 
Bubble_profiler_inputs BubbleProfiler::parse_cmd_line_args (int argc, const char *argv[])
 
int main (int argc, const char *argv[])
 

Detailed Description

checks behaviour of action under changes in units

This example program checks the behaviour of action under changes of units in the case of \(d = 4\) dimensions, in which action is dimensionless.

Usage:

./scale <E> <alpha> <scale>

Definition in file scale.cpp.

Function Documentation

int main ( int  argc,
const char *  argv[] 
)