You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-14
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,6 @@ The Compadre Toolkit provides a performance portable solution for the parallel e
7
7
This toolkit focuses on the 'on-node' aspects of meshless PDE solution and remap, namely the parallel construction of small dense matrices and their inversion. What it does **not** provide is the tools for managing fields, inverting globally sparse matrices, or neighbor search that requires orchestration over many MPI processes. This toolkit is designed to be easily dropped-in to an existing MPI (or serial) based framework for PDE solution or remap, with minimal dependencies ([Kokkos](https://github.com/kokkos/kokkos) and [KokkosKernels](https://github.com/kokkos/kokkos-kernels)).
8
8
9
9
### Generalized Moving Least Squares (GMLS)
10
-
<!---
11
-
A GMLS problem requires the specification of a target functional  (Compadre::TargetOperation), a reconstruction space  (Compadre::ReconstructionSpace), and a sampling functional  (Compadre::SamplingFunctional).
12
-
13
-
The Compadre Toolkit is designed to efficiently assemble, factorize, and solve large batches of minimization problems having the form:
* $\tau_{\tilde{x}}(\mathbf{P}) \in \mathbb{R}^{dim(V_h)}$ is a vector with components consisting of the target functional applied to each basis function,
0 commit comments