Darcy Beurle
Darcy Beurle
They look like this: ``` *Nset, nset=applied_displacement 2, 3, 60, 61, 62, 63, 728, 729, 786, 787, 788, 789, 1454, 1455, 1512, 1513 1514, 1515, 2180, 2181, 2238, 2239, 2240,...
I'm hoping these translate (roughly) to ``` $PhysicalNames 3 1 2 "fixed_base" 1 3 "applied_displacement" 3 1 "boot" $EndPhysicalNames ``` Then I can convert these into `$Elements` with the appropriate...
Sounds good. Then we go with option 2 and handle the conversion. I'll push another commit renaming `element_sets` to `cell_sets` and introduce a *new* set `point_sets`? But how is this...
> > Well, I prefer calling them point_sets instead of node_sets, and cell_sets instead of element_sets, merely for consistency reasons. > > +1 What consistency? The `Mesh` container already includes...
> In your file, I only see a redefinition of the point set `lower` (which is the same with or without `instance=boot-1`), idem for the cell set `lower`. > >...
I ran into this unexpected issue also - and affects other projections (e.g. min). I don't think @fbudin69500 made any functional changes to the way the indices were computed. The...
Fa sure. In the `CMakeLists.txt` you can see ``` option(ICB "Enable support for *[ae]upd_c with ISO_C_BINDING" OFF) ``` and later it is installed with ``` if(ICB) install(FILES arpack.h DESTINATION include/arpack)...
I'm not entirely sure about this, but in the CMake it links against the CXX and the C libraries for MPI. Is this likely a problem? Other possibility is a...
I can't recall getting any useful exception information. Let me get a MWE going and I'll post back.
The back trace from the script ``` Traceback (most recent call last): File ".local/bin/cpp-coveralls", line 11, in load_entry_point('cpp-coveralls==0.4.0', 'console_scripts', 'cpp-coveralls')() File ".local/lib/python3.6/site-packages/cpp_coveralls/__init__.py", line 97, in run cov_report = coverage.collect(args) File...