Chi-Tech
angleaggregation.cc File Reference
#include "angleaggregation.h"
#include "mesh/MeshContinuum/chi_meshcontinuum.h"
#include "chi_runtime.h"
#include "chi_log.h"
#include "chi_mpi.h"

Go to the source code of this file.

Macros

#define ExceptionReflectedAngleError
 

Macro Definition Documentation

◆ ExceptionReflectedAngleError

#define ExceptionReflectedAngleError
Value:
std::logic_error( \
fname + "Reflected angle not found for angle " + std::to_string(n) + \
" with direction " + quadrature->omegas_[n].PrintStr() + \
". This can happen for two reasons: i) A quadrature is used" \
" that is not symmetric about the axis associated with the " \
"reflected boundary, or ii) the reflecting boundary is not " \
"aligned with any reflecting axis of the quadrature.")

Definition at line 9 of file angleaggregation.cc.