-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature.FEM.EdgeAndCornerConnectivity] New Feature: Edge and Vertex connectivity, needed for a FEM solver #51
Commits on Nov 22, 2023
-
- build and write edge and corner connectivity for FEM solvers - removed unused supernode - added local edge pointer
Florian Hindenlang committedNov 22, 2023 Configuration menu - View commit details
-
Copy full SHA for c851085 - Browse repository at this point
Copy the full SHA c851085View commit details
Commits on Nov 23, 2023
-
extend docu of meshformat, for describing edge and vertex connectivit…
…y, needed for FEM solver
Configuration menu - View commit details
-
Copy full SHA for 56adc78 - Browse repository at this point
Copy the full SHA 56adc78View commit details -
started building the edge connectivity, not yet clear if it really wo…
…rks, but compiles and runs.
Configuration menu - View commit details
-
Copy full SHA for 721cd0c - Browse repository at this point
Copy the full SHA 721cd0cView commit details
Commits on Nov 24, 2023
-
building element to local edge and the connectivity for each edge (an…
…d periodic edge...)
Configuration menu - View commit details
-
Copy full SHA for 88ab9da - Browse repository at this point
Copy the full SHA 88ab9daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0378f54 - Browse repository at this point
Copy the full SHA 0378f54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0023b64 - Browse repository at this point
Copy the full SHA 0023b64View commit details -
Update building of Edge and LocalEdge, added counters for geometric a…
…nd FEM edges, write EdgeInfo and EdgeConnectInfo to HDF5 file (to be filled)
Configuration menu - View commit details
-
Copy full SHA for 963284b - Browse repository at this point
Copy the full SHA 963284bView commit details -
update documentation with size of connections for edge and vertex. fi…
…lled edgeInfo and edgeConnectionInfo. compiles and runs, but result not yet checked.
Configuration menu - View commit details
-
Copy full SHA for 82ffe5d - Browse repository at this point
Copy the full SHA 82ffe5dView commit details -
prepare the vertex connection lists in the build Edges. counting and …
…output to hdf5 still missing.
Configuration menu - View commit details
-
Copy full SHA for 8de8f10 - Browse repository at this point
Copy the full SHA 8de8f10View commit details
Commits on Nov 27, 2023
-
Added python script for creating a hopr .h5 mesh file with 2 elements…
… and fully periodic boundaries. This also includes edge and vertex information.
Configuration menu - View commit details
-
Copy full SHA for 02e23a1 - Browse repository at this point
Copy the full SHA 02e23a1View commit details -
replaced stops by aborts, such that tests are marked as failed. debug…
…ged a little, but still there are bugs with periodic edges and vertices...
Configuration menu - View commit details
-
Copy full SHA for 0bc245e - Browse repository at this point
Copy the full SHA 0bc245eView commit details
Commits on Nov 28, 2023
-
introduced a parameterfile flag called generateFEMconnectivity, defa…
…ult is false, such that previously running tests work. added a new tutorials folder with cases that test that new feature explicitly, and the periodic ones still fail...
Configuration menu - View commit details
-
Copy full SHA for 472bb90 - Browse repository at this point
Copy the full SHA 472bb90View commit details -
more fixes to build and wirte edge connectivity. now compiles and run…
…s all examples, for all kinds of periodic meshes (all internal checks go through). Output file data still need to be checked if they are correct.
Configuration menu - View commit details
-
Copy full SHA for 7161bb4 - Browse repository at this point
Copy the full SHA 7161bb4View commit details
Commits on Nov 29, 2023
-
- its important to check for the periodic edges, when both firstlocaledges already exist, if they point onto the same, and if not re-pointer. this then makes all common periodic edges pointing to the same firstlocalEdge. all other edges are already unique, and thus always point to one firstlocaledge. - Analogously done for the periodic vertices. output to hdf5: - add a FEMconnect="OFF"/"ON" variable, to be able to know if the edge and vertex connectivity has been generated and written to file (paramterflag `generateFEMconnectivity=T`) - changed from modified ElemInfo back to original ElemInfo, moved edge and vertex offsets into a new FEMElemInfo. - added vertex connectivity information to hdf5. - updated the documentation of the meshformat.
Configuration menu - View commit details
-
Copy full SHA for 9023a2d - Browse repository at this point
Copy the full SHA 9023a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d42ba2 - Browse repository at this point
Copy the full SHA 4d42ba2View commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1188c81 - Browse repository at this point
Copy the full SHA 1188c81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46652ff - Browse repository at this point
Copy the full SHA 46652ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d35181 - Browse repository at this point
Copy the full SHA 4d35181View commit details -
In mesh_basis: own subroutine for building FEM connectivity, for edge…
…s and vertices. In mesh_tools: added vtk output of Debugmesh_Faces for UniqueFaceIDs and Debugmesh_Edges for FEMedgeIDs and FEMvertexIDs.
Configuration menu - View commit details
-
Copy full SHA for ab51055 - Browse repository at this point
Copy the full SHA ab51055View commit details -
add FEM connnectivity testcases for unstructured curved meshes with m…
…ultiple periodic cases.
Configuration menu - View commit details
-
Copy full SHA for ddc363d - Browse repository at this point
Copy the full SHA ddc363dView commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5fe037 - Browse repository at this point
Copy the full SHA b5fe037View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9679798 - Browse repository at this point
Copy the full SHA 9679798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 088846b - Browse repository at this point
Copy the full SHA 088846bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d433983 - Browse repository at this point
Copy the full SHA d433983View commit details
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b17944 - Browse repository at this point
Copy the full SHA 4b17944View commit details -
fix deallocate issue in readintools. fix gmsh readin for meshdim=2, w…
…hich fixes case tutorials/4-05. the problem was that the triangles were not created, and the fill2.5mesh did not see this. Added abort in Fill2.5 mesh, if anything else than prism or hexa are in the mesh. In the screen output for the element types, the names prism and pyramids had to be interchanged.
Configuration menu - View commit details
-
Copy full SHA for d9a93d8 - Browse repository at this point
Copy the full SHA d9a93d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285c776 - Browse repository at this point
Copy the full SHA 285c776View commit details
Commits on Feb 5, 2024
-
fix FEM edge connect for unstructured periodic testcases, as fas as h…
…opr can check it. A FEM solver should run on these meshes, to be sure.
Configuration menu - View commit details
-
Copy full SHA for 5e1c928 - Browse repository at this point
Copy the full SHA 5e1c928View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c84fd2 - Browse repository at this point
Copy the full SHA 5c84fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bff8fbf - Browse repository at this point
Copy the full SHA bff8fbfView commit details
Commits on Feb 13, 2024
-
Merge remote-tracking branch 'origin/master' into feature.FEM.EdgeAnd…
…CornerConnectivity
Configuration menu - View commit details
-
Copy full SHA for a4ffac9 - Browse repository at this point
Copy the full SHA a4ffac9View commit details