PRISMS-PF Manual
Loading...
Searching...
No Matches
Defaults Namespace Reference

Variables

static const Types::Index index = 0
 Default field index.
 
static const double tolerance = 1.0e-6
 Default tolerance.
 
static const double mesh_tolerance = 1.0e-15
 Default mesh tolerance.
 
static const unsigned int iterations = 100
 Default iterations.
 
static const double smoothing_range = 15.0
 Default eigenvalue smoothing range for multigrid.
 
static const unsigned int smoother_degree = 5
 Default smoother degree for multigrid.
 
static const unsigned int eig_cg_n_iterations = 10
 Default CG iterations to find the maximum eigenvalue for multigrid.
 

Variable Documentation

◆ eig_cg_n_iterations

const unsigned int Defaults::eig_cg_n_iterations = 10
static

Default CG iterations to find the maximum eigenvalue for multigrid.

◆ index

const Types::Index Defaults::index = 0
static

Default field index.

◆ iterations

const unsigned int Defaults::iterations = 100
static

Default iterations.

◆ mesh_tolerance

const double Defaults::mesh_tolerance = 1.0e-15
static

Default mesh tolerance.

◆ smoother_degree

const unsigned int Defaults::smoother_degree = 5
static

Default smoother degree for multigrid.

◆ smoothing_range

const double Defaults::smoothing_range = 15.0
static

Default eigenvalue smoothing range for multigrid.

◆ tolerance

const double Defaults::tolerance = 1.0e-6
static

Default tolerance.