Chi-Tech
|
#include "ags_linear_solver.h"
#include "A_LBSSolver/lbs_solver.h"
#include "math/PETScUtils/petsc_utils.h"
#include "math/LinearSolver/linear_matrix_action_Ax.h"
#include <petscksp.h>
#include "chi_runtime.h"
#include "chi_log.h"
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | lbs |
Macros | |
#define | sc_int64_t static_cast<int64_t> |
#define | GetAGSContextPtr(x) std::dynamic_pointer_cast<AGSContext<Mat,Vec,KSP>>(x) |
Definition at line 17 of file ags_linear_solver.cc.
#define sc_int64_t static_cast<int64_t> |
Definition at line 15 of file ags_linear_solver.cc.