Chi-Tech
|
#include "lbs_solver.h"
#include "Tools/lbs_bndry_func_lua.h"
#include "mesh/MeshContinuum/chi_meshcontinuum.h"
#include "chi_runtime.h"
#include "chi_log.h"
Go to the source code of this file.
Macros | |
#define | mk_shrd(x) std::make_shared<x> |
#define | SweepVaccuumBndry chi_mesh::sweep_management::BoundaryVaccuum |
#define | SweepIncHomoBndry chi_mesh::sweep_management::BoundaryIsotropicHomogenous |
#define | SweepReflectingBndry chi_mesh::sweep_management::BoundaryReflecting |
#define | SweepAniHeteroBndry chi_mesh::sweep_management::BoundaryIncidentHeterogeneous |
#define | ExceptionLocalFaceNormalsDiffer |
#define | ExceptionGlobalFaceNormalsDiffer |
#define ExceptionGlobalFaceNormalsDiffer |
Definition at line 24 of file lbs_01h_init_boundaries.cc.
#define ExceptionLocalFaceNormalsDiffer |
Definition at line 19 of file lbs_01h_init_boundaries.cc.
#define mk_shrd | ( | x | ) | std::make_shared<x> |
Definition at line 9 of file lbs_01h_init_boundaries.cc.
#define SweepAniHeteroBndry chi_mesh::sweep_management::BoundaryIncidentHeterogeneous |
Definition at line 16 of file lbs_01h_init_boundaries.cc.
#define SweepIncHomoBndry chi_mesh::sweep_management::BoundaryIsotropicHomogenous |
Definition at line 12 of file lbs_01h_init_boundaries.cc.
#define SweepReflectingBndry chi_mesh::sweep_management::BoundaryReflecting |
Definition at line 14 of file lbs_01h_init_boundaries.cc.
#define SweepVaccuumBndry chi_mesh::sweep_management::BoundaryVaccuum |
Definition at line 10 of file lbs_01h_init_boundaries.cc.