CHROMA
|
#include <iostream>
#include <sstream>
#include <iomanip>
#include <string>
#include <cstdio>
#include <stdlib.h>
#include <sys/time.h>
#include <math.h>
#include "chroma.h"
#include "actions/ferm/invert/inv_borici_w.h"
Go to the source code of this file.
Classes | |
struct | App_input_t |
Functions | |
void | read (XMLReader &xml, const std::string &path, App_input_t &input) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 51 of file t_invborici.cc.
References Chroma::b, App_input_t::boundary, App_input_t::cfg, coord(), Chroma::finalize(), Chroma::gaugeStartup(), Chroma::getXMLInputFileName(), Chroma::getXMLOutputInstance(), Chroma::initialize(), Chroma::InvBorici(), App_input_t::invParam, Chroma::MesPlq(), Nd, App_input_t::nrow, Chroma::PLUS, Chroma::pop(), Chroma::push(), Chroma::read(), Chroma::srcfil(), Chroma::tmp, Chroma::u, x, Chroma::zero, App_input_t::zolo4D, and App_input_t::zolo5D.
void read | ( | XMLReader & | xml, |
const std::string & | path, | ||
App_input_t & | input | ||
) |
Definition at line 29 of file t_invborici.cc.
References App_input_t::boundary, App_input_t::cfg, App_input_t::invParam, App_input_t::nrow, Chroma::read(), App_input_t::zolo4D, and App_input_t::zolo5D.