TestArguments Namespace Reference

Variables

unsigned Domain_configuration = 1
 
double Element_size = 1.0e-2
 
unsigned Max_adapt = 3
 
double Max_permitted_error = 1.0e-3
 
double Min_permitted_error = 1.0e-5
 
double Max_element_size = Element_size
 
double Min_element_size = 1.0e-14
 
unsigned Load_balance = 0
 
std::string Folder_distribution_file =""
 

Variable Documentation

◆ Domain_configuration

unsigned TestArguments::Domain_configuration = 1

Referenced by main().

◆ Element_size

double TestArguments::Element_size = 1.0e-2

◆ Folder_distribution_file

std::string TestArguments::Folder_distribution_file =""

Folder where is stored the distribution file indicating the elements that each processor is in charge

Referenced by main(), and PoissonProblem< ELEMENT >::read_custom_distribution_from_file().

◆ Load_balance

unsigned TestArguments::Load_balance = 0

Referenced by main().

◆ Max_adapt

unsigned TestArguments::Max_adapt = 3

Referenced by main().

◆ Max_element_size

◆ Max_permitted_error

◆ Min_element_size

◆ Min_permitted_error