Go to the source code of this file.
|
KOKKOS_INLINE_FUNCTION int | Compadre::getAdditionalAlphaSizeFromConstraint (DenseSolverType dense_solver_type, ConstraintType constraint_type) |
|
KOKKOS_INLINE_FUNCTION int | Compadre::getAdditionalCoeffSizeFromConstraintAndSpace (DenseSolverType dense_solver_type, ConstraintType constraint_type, ReconstructionSpace reconstruction_space, const int dimension) |
|
KOKKOS_INLINE_FUNCTION int | Compadre::getRHSSquareDim (DenseSolverType dense_solver_type, ConstraintType constraint_type, ReconstructionSpace reconstruction_space, const int dimension, const int M, const int N) |
|
KOKKOS_INLINE_FUNCTION void | Compadre::getPDims (DenseSolverType dense_solver_type, ConstraintType constraint_type, ReconstructionSpace reconstruction_space, const int dimension, const int M, const int N, int &out_row, int &out_col) |
|