-
Dear all,
Sorry for bothering. Could you please help me install libmesh?
I am using Windows 10 64 bit, Windows Subsystem Linux, Ubuntu 18.04. I have done:
```
git clone git://github.com/lib…
yw5aj updated
5 years ago
-
@justcalamari would it be possible to do the syntax migration in topo (or pseudo-topo) order? I don't think we need to have the syntax changes depend on parent syntax changes, but it would be nice to …
-
Trouble installing `dealii@develop` with latest `develop`. The problem is in this chunk:
```python
for library in (
'gsl', 'hdf5', 'p4est', 'petsc', 'slepc', 'trilinos', 'me…
-
Hi!
It seems like recently, flann was added as a submodule to this repo. It's not used in the `nanoflann.hpp` header, but I found some uses of flann headers in the benchmark folders.
Now as a user…
-
I have the following setup for external MPI from HPC admins:
```
openmpi:
version: [2.0.2]
paths:
openmpi@2.0.2%gcc@4.8.5: /apps/OpenMPI/2.0.2-gcc/
buildable: False
```
#…
-
## Rationale
`KDTree` by @sveerara is an adaptor class to use vectors of libmesh points with nanoflann. I'd like this to be more flexible to allow vectors of structures containing points.
## Descr…
-
From #devious:
```
21:33 congrats FreeBSD team for importing 10% of your entire ports tree in the last 24 hours
21:33 FreshPorts.org reports FreeBSD has 3180 new ports in the last 24 hours
21:33…
ibara updated
6 years ago
-
Here's the existing constructor.
```
KDTreeSingleIndexDynamicAdaptor(const int dimensionality, DatasetAdaptor& inputData, const KDTreeSingleIndexAdaptorParams& params = KDTreeSingleIndexAdaptorPar…
-
Hi,
[this link](http://nanoflann-reference.mrpt.org/svn/classnanoflann_1_1KDTreeSingleIndexAdaptor.html) gives me a 404 and hence is not reachable. Here is the full error report:
```
Forbidden…
-
## Rationale
Remove unnecessary copying, container creation on the stack, and use new nanoflann API features (libmesh/libmesh#1563).
## Description
We get the number of matched points (no need to…