[deal.II] Integrate on local subsets of domain on distributed triangulation

2023-04-22 Thread Lucas Myers
Hi folks, I'd like to coarse-grain a finite element field, where the coarse-graining procedure is just convolving the field with a Gaussian function. More concretely, I'd like to do the following: For a regular Triangulation, we can calculate at every quadrature point by iterating through th

Re: [deal.II] Re: Error building with cmake on vscode

2023-04-22 Thread Luca Heltai
Cmake does not know where to find a correct version of deal.ii. Are you trying to compile an example from the GitHub repository with an earlier release of deal.ii? If that’s the case, try removing the version from the find statement in the CMakeLists.txt. Otherwise you will have to instruct vscode

[deal.II] Re: Error building with cmake on vscode

2023-04-22 Thread Abbas
Do you have the cmake extension installed in vscode? If not give it a try Abbas On Saturday, April 22, 2023 at 1:44:41 PM UTC+2 vinay...@gmail.com wrote: > Hi, > > I am trying to build step-1 using cmake on vscode. But vscode throws me > this error: > > ` > CMake Error at CMakeLists.txt:30 (me

[deal.II] Error building with cmake on vscode

2023-04-22 Thread Vinayak Vijay
Hi, I am trying to build step-1 using cmake on vscode. But vscode throws me this error: ` CMake Error at CMakeLists.txt:30 (message): *** Could not locate a (sufficiently recent) version of deal.II. *** You may want to either pass a flag -DDEAL_II_DIR=/path/to/deal.II to cmake or set an en