root/MeshKit

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3247 [3247] 4 weeks hongjun o include "plibs" directory for public mesh library o If "TetGen?" library …
(edit) @3246 [3246] 4 weeks hongjun o Public tri/tet mesh library module is added o Makefile, test file for …
(edit) @3242 [3242] 4 weeks hongjun o Default o/p file changed to .h5m o Added get elems routine before …
(edit) @3239 [3239] 5 weeks tautges sixth: turning on entity merging. CopyMesh?: resetting error flag after …
(edit) @3236 [3236] 5 weeks tautges Adding code to get vertices from entities, and changing getEntities back …
(edit) @3235 [3235] 5 weeks hongjun o Changes relate to EntityHandle? and EntitySetHandle? o Changed …
(edit) @3234 [3234] 5 weeks hongjun o test plibs Makefile is removed
(edit) @3233 [3233] 5 weeks hongjun o test tool plibs is removed
(edit) @3232 [3232] 5 weeks hongjun o MBMatrix3.hpp is installed to MOAB header directory by default o defined …
(edit) @3231 [3231] 5 weeks hongjun o added test file for CutCellMesh?_test
(edit) @3224 [3224] 5 weeks tautges Adding a comment section at the top telling how to run the program.
(edit) @3223 [3223] 5 weeks hongjun o added vector header file for not using dagmc
(edit) @3222 [3222] 5 weeks hongjun o check if there is MBMatrix3.hpp for functions of MBOrientedBoxTree.
(edit) @3221 [3221] 5 weeks tautges Removing MKVersion.h.in, which is auto-generated now. In sixth, declaring …
(edit) @3219 [3219] 5 weeks hongjun o added MKUtil_test case
(edit) @3218 [3218] 5 weeks hongjun o added default input for pin217 o added pin1.cub file for test case
(edit) @3216 [3216] 5 weeks hongjun o gives a -DMOAB to pin217 test file, when moab library exists o …
(edit) @3215 [3215] 5 weeks hongjun o added MKUtils_test.cpp for test
(edit) @3214 [3214] 5 weeks hongjun o removed dummy main function o made it in MKUtil_test.cpp
(edit) @3212 [3212] 5 weeks hongjun o Changed configure.in to configure.ac, MOAB library is checked o Addeded …
(edit) @3209 [3209] 5 weeks hongjun o Dummy main function is added. o Need real implementation.
(edit) @3137 [3137] 2 months csverma Higher Order Elements library added.
(edit) @3136 [3136] 2 months csverma Created the directory by CSV
(edit) @3032 [3032] 4 months jvporter * Add rotation support to CopyMesh? * Fix warnings * Support configuring …
(edit) @3024 [3024] 4 months jvporter * Something strange happened to the MeshKit? repo, recommitting a bunch …
(edit) @3008 [3008] 4 months jvporter Replace asserts in ExtrudeMesh? with proper error-handling.
(edit) @2986 [2986] 5 months jvporter Add support for creating extrude sets
(edit) @2971 [2971] 5 months jvporter * Cleanup ExtrudeMesh? a bit * Fix support for extruding line segments
(edit) @2968 [2968] 5 months jvporter Add forwarding functions in ExtrudeMesh? to the underlying CopyMesh? object …
(edit) @2967 [2967] 5 months jvporter * Allow for arbitrary transforms with CopyMesh? * Add generic extrude …
(edit) @2966 [2966] 5 months jvporter * Use CopyVerts? inside CopyMesh? * Optionally copy source face data to …
(edit) @2964 [2964] 5 months jvporter Added (working) rotation extrusions, using axis-angle pairs
(edit) @2956 [2956] 5 months jvporter Rotation of meshes appears to be working (still needs more testing)
(edit) @2955 [2955] 5 months jvporter Remove superfluous "dv" parameter from generic transform calls
(edit) @2954 [2954] 5 months jvporter Initial revision of generic vertex copy/transform. Still kinda messy, but …
(edit) @2953 [2953] 5 months jvporter Create branch to handle generic copying/transforming of vertices
(edit) @2949 [2949] 5 months jvporter * Clean up code, remove unnecessary copy_rows method * Fix bug in deducing …
(edit) @2948 [2948] 5 months jvporter * Fix off-by-one error with region generation for anti-normal faces * …
(edit) @2945 [2945] 5 months jvporter Initial revision of ExtrudeMesh? tool * Note: requires a slightly modified …
(edit) @2711 [2711] 9 months kraftche update for iMesh and iGeom changes
(edit) @2635 [2635] 10 months kraftche Add C++ wrappers for iGeom and iMesh C bindings. iBase.hh header is not …
(edit) @2602 [2602] 10 months kraftche - add camel sources to MeshKit? - update for changes to ITAPS interfaces - …
(edit) @2601 [2601] 10 months kraftche fix bug & check for -lg2c required by CMLTet
(edit) @2596 [2596] 10 months kraftche rework itaps interface detection and add checks for iRel
(edit) @2572 [2572] 10 months kraftche update for iMesh.h changes
(edit) @2519 [2519] 11 months kraftche configure tests for CAMAL
(edit) @2518 [2518] 11 months kraftche forgot this one when rearranging repo
(edit) @2514 [2514] 11 months kraftche finish change to standard repo layout for ddriv, meshkit, and camel
(edit) @2512 [2512] 11 months kraftche begin rearranging parts of repo to conform to standard layout
(edit) @2511 [2511] 11 months kraftche don't leak kd-trees
(edit) @2152 [2152] 13 months tautges Corrected offset for assemblies.
(edit) @2149 [2149] 13 months tautges Turning off merging; adding output.
(edit) @2148 [2148] 14 months tautges - fix bug where std::vector was created with size then I used push_back to …
(edit) @2142 [2142] 14 months tautges Adding another small application, sixth, which constructs a 1/6 core model …
(edit) @2100 [2100] 14 months tautges - add copyTag to orig copied sets - copy any copyTags from orig to copied …
(edit) @2098 [2098] 14 months tautges Add handling of expand sets which contain non-copy sets (makes those copy …
(edit) @2096 [2096] 14 months tautges Found the bug causing bad elements, was using verts[start_idx] instead of …
(edit) @2095 [2095] 14 months tautges Getting closer, now just have to fix the poorly shaped hexes.
(edit) @2090 [2090] 14 months tautges Another installment. Code compiles now, and it's being tested.
(edit) @2089 [2089] 14 months tautges In-progress changes, will not build.
(edit) @2087 [2087] 14 months tautges Changes in progress.
(edit) @2079 [2079] 14 months tautges Changing back go GLOBAL_ID from SHARP_GLOBAL_ID.
(edit) @2077 [2077] 14 months tautges Adding GEOM_DIMENSION copy sets, and an option to make fewer assemblies.
(edit) @2074 [2074] 14 months tautges Some bug fixes. Also, allow application to specify tag name used for …
(edit) @2073 [2073] 14 months tautges Adding a utility class and an assign_global_ids function. Moving pin217 …
(edit) @2072 [2072] 14 months tautges Turning off debug stuff, and output mesh even if merging fails.
(edit) @2071 [2071] 14 months tautges Getting rid of a few more memory leaks.
(edit) @2070 [2070] 14 months tautges Fixing lotsa bugs in CopyMesh?. Also adding pin217 for now.
(edit) @2031 [2031] 16 months tautges Implemented merging (MOAB-specific), and fixed a few bugs in copy/move.
(edit) @2028 [2028] 16 months tautges Splitting into functions to make things a little easier to follow. Also …
(edit) @2026 [2026] 16 months tautges Add tags to point to copied entities. These tags behave as linked lists, …
(add) @2023 [2023] 16 months tautges Adding new meshing library tool MeshKit?. 1st tool is a CopyMesh? tool. …
Note: See TracRevisionLog for help on using the revision log.