Commit Graph

  • d431b54cb6 fix(mesh): align Hex8 refinement with Mesh{N,T} constructors Jukka Aho 2026-05-09 17:39:54 +03:00
  • 025bed90af refactor(mesh): slim Mesh core and harden surface extraction Jukka Aho 2026-05-09 17:38:39 +03:00
  • a5f71c296a chore(mesh): remove standalone graph ordering helpers Jukka Aho 2026-05-09 17:38:15 +03:00
  • d9779490f8 chore(mesh): delete unused gmsh_jll wrapper stub Jukka Aho 2026-05-09 17:38:04 +03:00
  • 8bdaa62fc2 chore(mesh): remove circular plate mesh generator Jukka Aho 2026-05-09 17:37:50 +03:00
  • 8f34707cf5 docs(mesh): clarify mixed topology and kernel ownership Jukka Aho 2026-05-09 17:37:08 +03:00
  • 42872ffd06 docs(mesh): tighten README for current Mesh surface Jukka Aho 2026-05-09 17:36:32 +03:00
  • 561fcfbcd0 refactor(materials): drop Type-instance forwarding for state traits Jukka Aho 2026-05-09 17:36:16 +03:00
  • bc82a60228 feat(materials): extend compositional state-variable registry Jukka Aho 2026-05-09 17:36:07 +03:00
  • 98d08b6bc9 refactor(materials): dedupe PerfectPlasticity fourth-order helper Jukka Aho 2026-05-09 17:35:41 +03:00
  • 14f3baf24e feat(materials): wire NeoHookean traits and NamedTuple stress dispatch Jukka Aho 2026-05-09 17:35:22 +03:00
  • 5d8a821be5 refactor(materials): drop LinearElastic abstract include and state_type Jukka Aho 2026-05-09 17:34:38 +03:00
  • 1482fe1b5e docs(materials): expand trait docs and align SPDX header Jukka Aho 2026-05-09 17:33:27 +03:00
  • 1113bdfb95 docs(agents): point SPDX headers to CONTRIBUTING Jukka Aho 2026-05-09 17:32:45 +03:00
  • 58424ca93f docs(contributing): document SPDX headers per file type Jukka Aho 2026-05-09 17:32:29 +03:00
  • a31ff772ba chore(materials): remove superseded material_cache.jl Jukka Aho 2026-05-09 17:26:40 +03:00
  • 580b566c61 chore(materials): delete unfinished finite-strain plasticity prototype Jukka Aho 2026-05-09 17:26:31 +03:00
  • da5eea0586 chore(materials): remove duplicate abstract material module Jukka Aho 2026-05-09 17:25:18 +03:00
  • b06635f094 chore(legacy): delete unused modal solver stubs Jukka Aho 2026-05-09 17:25:01 +03:00
  • 0b4b06a702 chore(legacy): remove orphaned truss Problem implementation Jukka Aho 2026-05-09 17:24:48 +03:00
  • df3a409d22 chore(legacy): delete unused 3D mortar Problem implementation Jukka Aho 2026-05-09 17:24:40 +03:00
  • 4736827495 chore(legacy): delete unused 2D mortar Problem glue Jukka Aho 2026-05-09 17:24:32 +03:00
  • a3bb97c7a6 chore(legacy): remove orphaned heat Problem implementation Jukka Aho 2026-05-09 17:23:50 +03:00
  • 5b84947d06 chore(legacy): delete unused 2D elasticity Problem helpers Jukka Aho 2026-05-09 17:23:36 +03:00
  • b36da58d90 chore(legacy): remove orphaned elasticity Problem module Jukka Aho 2026-05-09 17:23:24 +03:00
  • b5d84d25bd chore(legacy): delete unused 3D contact Problem implementation Jukka Aho 2026-05-09 17:22:23 +03:00
  • d444bd1713 chore(legacy): delete unused 2D contact Problem stub Jukka Aho 2026-05-09 17:22:00 +03:00
  • 97d840c616 chore(legacy): drop orphaned physics_api scaffolding Jukka Aho 2026-05-09 17:21:39 +03:00
  • a2fb782820 chore(legacy): remove unused FEMBase stub module Jukka Aho 2026-05-09 17:21:26 +03:00
  • ca1bc0b81e fix(legacy): wire Abaqus shim to Legacy surface helper Jukka Aho 2026-05-09 17:20:28 +03:00
  • c02af32e75 refactor(io): use Logging for Gmsh reader progress Jukka Aho 2026-05-09 17:20:04 +03:00
  • 148ad8f5ed docs(io): describe default Gmsh reader and Legacy ingest Jukka Aho 2026-05-09 17:19:45 +03:00
  • ac2a747cc7 chore(io): delete RMED result-file helpers Jukka Aho 2026-05-09 17:19:17 +03:00
  • 1cdae68f4f chore(io): remove Code_Aster MED mesh reader implementation Jukka Aho 2026-05-09 17:19:04 +03:00
  • 004a1e61fd chore(io): delete Dict-backed Abaqus model AST Jukka Aho 2026-05-09 17:18:49 +03:00
  • fa113717b3 chore(io): remove in-tree Abaqus mesh parser Jukka Aho 2026-05-09 17:18:35 +03:00
  • 844797f2d7 chore(io): drop global Abaqus keyword registration helpers Jukka Aho 2026-05-09 17:18:06 +03:00
  • 8f79706802 chore(io): remove unused JuliaFEM.IO submodule stub Jukka Aho 2026-05-09 17:14:17 +03:00
  • ef0ad6672c chore(io): remove Dict-based surface element factory Jukka Aho 2026-05-09 17:13:22 +03:00
  • 2596d33420 chore(io): delete MED/Code_Aster element glue tables Jukka Aho 2026-05-09 17:13:04 +03:00
  • a170b0802a chore(io): remove JuliaFEM-local Abaqus mesh adapters Jukka Aho 2026-05-09 17:12:48 +03:00
  • d2b67e284f chore(io): delete example-model downloader helper Jukka Aho 2026-05-09 17:12:23 +03:00
  • ab5aed8dea chore(io): remove Code_Aster reader module stub Jukka Aho 2026-05-09 17:10:35 +03:00
  • cab05be2b2 chore(io): remove legacy AbaqusReader module stub Jukka Aho 2026-05-09 17:09:12 +03:00
  • d5fe01b745 docs(geometry): link strain helpers and fix LICENSE URL Jukka Aho 2026-05-09 17:08:54 +03:00
  • fc7ce7ec5b docs(geometry): refresh Jacobian doc examples for current APIs Jukka Aho 2026-05-09 17:08:41 +03:00
  • 67d367920f docs(fields): plain headings in LocalField docstring Jukka Aho 2026-05-09 17:08:23 +03:00
  • 5aa529473d chore(fields): drop FEMBase-style container fields module Jukka Aho 2026-05-09 17:08:03 +03:00
  • 8064e86737 feat(fields): expand AbstractField tags and documentation Jukka Aho 2026-05-09 17:07:14 +03:00
  • 37abd55c34 refactor(elements): centralize interpolation code generation Jukka Aho 2026-05-09 17:05:34 +03:00
  • 676825a730 docs(elements): clarify extract_element_dofs DOFSet decoding Jukka Aho 2026-05-09 17:03:31 +03:00
  • 402b87d867 feat(elements): add local_dof_layout and tighten compile-time ndofs Jukka Aho 2026-05-09 17:02:53 +03:00
  • dda48b88fa docs(elements): rewrite README for Element{K,P,S,N} and DOFHandler Jukka Aho 2026-05-09 17:02:26 +03:00
  • 00ef826dd3 refactor(elements): remove legacy elements_lagrange.jl definitions Jukka Aho 2026-05-09 17:00:47 +03:00
  • 03ecc8c296 feat(interface): add InterfaceDOFHandler and element factory Jukka Aho 2026-05-09 17:00:31 +03:00
  • b76cbe782e feat(interface): add InterfaceMesh embedding for coupled traces Jukka Aho 2026-05-09 17:00:23 +03:00
  • e6d72b57ca docs(interface): document InterfaceMesh and InterfaceDOFHandler scope Jukka Aho 2026-05-09 17:00:16 +03:00
  • 7ed78e9f5e feat(geometry): add Piola push-forward helpers for curl/div fields Jukka Aho 2026-05-09 16:59:58 +03:00
  • b25e121ab2 feat(juliafem): add centralized exports.jl for public API names Jukka Aho 2026-05-09 16:57:22 +03:00
  • 7d6ef2e560 feat(domains): add ThermoElasticKernel for coupled u–T assembly Jukka Aho 2026-05-09 16:56:53 +03:00
  • 12ee626a00 feat(domains): add Hex8 RT0–P0 mixed Darcy kernel Jukka Aho 2026-05-09 16:56:44 +03:00
  • 350818aa80 feat(domains): add Tet4 RT0–P0 mixed Darcy kernel Jukka Aho 2026-05-09 16:55:43 +03:00
  • f8aecb1675 feat(domains): add HeatKernel for scalar diffusion and optional thermal mass Jukka Aho 2026-05-09 16:55:28 +03:00
  • bb2fba4c5f feat(domains): add DarcyPotentialKernel wrapping HeatKernel Jukka Aho 2026-05-09 16:55:08 +03:00
  • 264c4d5a23 feat(domains): add StokesMixedKernel for creeping Newtonian flow Jukka Aho 2026-05-09 16:52:59 +03:00
  • 8c7cd9b308 feat(domains): add MixedUPKernel for u–p elasticity saddle Jukka Aho 2026-05-09 16:52:53 +03:00
  • 8b5aa491eb feat(domains): add Hex8 material coupon lab helpers Jukka Aho 2026-05-09 16:52:48 +03:00
  • 6dc8256843 feat(domains): add Hu–Washizu three-field elasticity kernel Jukka Aho 2026-05-09 16:52:43 +03:00
  • c46bfbcc9c feat(domains): add Hellinger–Reissner mixed elasticity kernel Jukka Aho 2026-05-09 16:52:30 +03:00
  • 01e497d5f8 feat(domains): add FacetMassKernel for Face DOF smoke assembly Jukka Aho 2026-05-09 16:52:07 +03:00
  • 617a8441d1 feat(domains): add EdgeMassKernel for facet-map edge DOFs Jukka Aho 2026-05-09 16:51:55 +03:00
  • 503619cb44 docs(domains): add README overview for physics kernels Jukka Aho 2026-05-09 16:51:26 +03:00
  • f8bcd8605c refactor(domains): streamline continuum update_material_cache dispatch Jukka Aho 2026-05-09 16:51:08 +03:00
  • d428686658 refactor(domains): refresh continuum geometry cache fill for shape functions Jukka Aho 2026-05-09 16:50:49 +03:00
  • 281e5e5116 docs(domains): shorten continuum theory and formulation docstrings Jukka Aho 2026-05-09 16:50:30 +03:00
  • 8c285171ea feat(domains): extend ContinuumKernel for mass matrix and assembler microkernels Jukka Aho 2026-05-09 16:50:14 +03:00
  • 91ac4fd458 docs(domains): tone continuum abstract docstrings for removed files Jukka Aho 2026-05-09 16:49:49 +03:00
  • 5652282a8d refactor(domains): remove continuum/kinematics.jl helpers Jukka Aho 2026-05-09 16:49:25 +03:00
  • 333b190175 refactor(domains): remove continuum/formulations.jl definitions Jukka Aho 2026-05-09 16:49:21 +03:00
  • 20256eec01 refactor(domains): remove trusses/api.jl stub Jukka Aho 2026-05-09 16:49:10 +03:00
  • 0041844e39 refactor(domains): remove shells/api.jl stub Jukka Aho 2026-05-09 16:49:06 +03:00
  • 6aabc33bbc refactor(domains): remove plates/dkt_basis.jl module Jukka Aho 2026-05-09 16:49:04 +03:00
  • b9c79fd0fd refactor(domains): remove legacy plates/dkt.jl implementation Jukka Aho 2026-05-09 16:49:00 +03:00
  • acd09f0099 refactor(domains): remove plates/api.jl stub ahead of plate kernel rework Jukka Aho 2026-05-09 16:48:51 +03:00
  • 987761677d refactor(domains): remove unused common/boundary_conditions.jl stub Jukka Aho 2026-05-09 16:48:47 +03:00
  • 508985d4c5 refactor(domains): remove stub beams/api.jl placeholder Jukka Aho 2026-05-09 16:48:42 +03:00
  • ec600459a9 refactor(dofs): align fields.jl docs and counting with DOF{Q,E} templates Jukka Aho 2026-05-09 16:48:26 +03:00
  • bea37f797e test(dofs): remove misplaced extraction test under src/dofs/test Jukka Aho 2026-05-09 16:48:00 +03:00
  • fe4fff86f0 refactor(dofs): remove unused mixed.jl placeholder module Jukka Aho 2026-05-09 16:47:53 +03:00
  • 77fd030124 test(dofs): remove legacy simple_usage script from src/dofs/examples Jukka Aho 2026-05-09 16:47:43 +03:00
  • 15c8af87bb test(dofs): remove generated_vs_manual_comparison example under src Jukka Aho 2026-05-09 16:47:30 +03:00
  • efde9de197 refactor(dofs): remove entity_dofs convenience aliases Jukka Aho 2026-05-09 16:46:29 +03:00
  • 8c1bb79659 docs(dofs): point module banner at dof_handler include path Jukka Aho 2026-05-09 16:45:51 +03:00
  • ccffc984b5 refactor(dofs): remove Dict-based dof_manager.jl Jukka Aho 2026-05-09 16:45:32 +03:00
  • 9341b70cd9 docs(agents): tie commit bullet guidance to patch size Jukka Aho 2026-05-09 16:45:00 +03:00
  • d711cab0d3 docs(contributing): note scaled commit message bodies Jukka Aho 2026-05-09 16:44:46 +03:00
  • 0182fc7566 docs(git): add tracked AI commit workflow prompt Jukka Aho 2026-05-09 16:44:31 +03:00
  • 3af1067aeb feat(dofs): add type-stable DOFHandler implementation Jukka Aho 2026-05-09 16:42:13 +03:00
  • 2afd7a856a refactor(dofs): slim dof_connectivity.jl to builders + DOFHandler overload Jukka Aho 2026-05-09 16:35:59 +03:00
  • 0f1a1f2f4c feat(dofs): split DOF connectivity structs into dof_connectivity_types.jl Jukka Aho 2026-05-09 16:35:44 +03:00