Skip to content
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

feat: more rendering options and improved rendering pipeline #81

Merged
merged 63 commits into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
4784d94
experiments with visualization fem
Krande Sep 30, 2023
76a2973
minor changes
Krande Oct 1, 2023
d172da8
further experimentation with rendering
Krande Oct 2, 2023
b109a65
minor changes
Krande Oct 6, 2023
febe5d2
minor changes
Krande Oct 9, 2023
a56af5d
add helper decorator for code_aster init and close and env variables
Krande Oct 9, 2023
9eab47e
minor change
Krande Oct 9, 2023
a63ed01
debug issues with created med files
Krande Oct 9, 2023
9316516
add custom vtu writer
Krande Oct 10, 2023
4108502
fix issue with writing sesam FEM files
Krande Oct 11, 2023
25c2bd2
start to improve code_aster support for dynamic analysis
Krande Oct 12, 2023
b739cf3
separate Implicit STEP into static and Dynamic.
Krande Oct 16, 2023
d328716
add support for code aster decorator args
Krande Oct 18, 2023
5f26a8e
minor change
Krande Oct 19, 2023
b578627
added a sqlite_store.py for FEA data stored in SQLITE databases
Krande Oct 26, 2023
0218e77
add a small FEA cube example to create very small test FEA files
Krande Oct 27, 2023
aabb1f3
further work on sqlite for fea results storage
Krande Oct 30, 2023
8455924
improve sqlite writer and minor reorganizing
Krande Nov 1, 2023
1d339f2
further work on sqlite database
Krande Nov 1, 2023
fcd8031
minor changes
Krande Nov 2, 2023
df4983d
start to experiment with code_aster api for v16.4
Krande Nov 3, 2023
65f0aa8
minor improvements
Krande Nov 4, 2023
48ff884
further work on code_aster v16 api helper functions
Krande Nov 6, 2023
22f1487
further work on code_aster v16 api helper functions
Krande Nov 6, 2023
6dbaa36
minor text fixes
Krande Nov 6, 2023
c549a98
minor fix
Krande Nov 20, 2023
4aa15b3
minor updates to fem object
Krande Nov 21, 2023
3e497e1
minor type hint additions to med writing and element definitions
Krande Nov 22, 2023
5370383
various fem improvements
Krande Nov 22, 2023
897d21b
reset env caches
Krande Nov 22, 2023
2b19530
various fem improvements
Krande Nov 23, 2023
d2de174
Merge remote-tracking branch 'origin/fem/viz-helper' into fem/viz-helper
Krande Nov 23, 2023
275b577
add channels in condarc in setup-micromamba
Krande Nov 23, 2023
c82e825
fix pygfx issue
Krande Nov 23, 2023
1ab0975
more fixes to fem and visit modules
Krande Nov 23, 2023
e116c3e
add uv to trimesh mesh materials
Krande Nov 23, 2023
9c7f3f5
add fixes to FEM abaqus writing history output and the sqlite fea store
Krande Nov 24, 2023
f58f39f
add support for fem objects with nodes only
Krande Nov 27, 2023
90f6bbb
fea sql store add pandas dataframe export option for history output
Krande Nov 29, 2023
a7fb3a6
try to refresh env cache on branch tests
Krande Nov 29, 2023
a4b71ab
add a template str override for fem objects and minor refactoring
Krande Dec 4, 2023
782822d
minor updates to gltf store and add experiments with units and ifc
Krande Dec 15, 2023
050e853
add pr review bot to develop branch
Krande Dec 15, 2023
a5cd165
will set default conda label to main
Krande Dec 15, 2023
1123063
add more options to pre-release-dispatch.yaml
Krande Dec 15, 2023
70afa5b
minor updates
Krande Dec 15, 2023
d1cc5d1
add entrypoint in conda meta.yaml
Krande Dec 15, 2023
7b69c4e
a working conversion script
Krande Dec 15, 2023
4889171
minor improvements
Krande Dec 15, 2023
3c63aad
update ifc unit conversion
Krande Dec 15, 2023
d16fb96
remove outdated workflows
Krande Dec 15, 2023
94a2895
prioritize conda-forge channel in quick tests
Krande Dec 15, 2023
ea2de13
clean up loose files generated in tests
Krande Dec 15, 2023
a9ae8fc
convert workflows to dispatch workflows
Krande Dec 15, 2023
db6da0b
remove Makefile
Krande Dec 15, 2023
fe823f9
remove environment.dev.yml
Krande Dec 15, 2023
b9cf008
Merge remote-tracking branch 'origin/main' into develop
Krande Dec 15, 2023
34409b7
update units_assignment
Krande Dec 16, 2023
e391a1b
minor improvements to occ exception handling and minor bugfix in beam…
Krande Dec 17, 2023
105699c
add try except on fem elem to plate conversion
Krande Dec 17, 2023
8063033
fix occt issues
Krande Dec 17, 2023
fdded8f
apply formatting and update visualization in jupyter
Krande Dec 20, 2023
979b206
fix formatting
Krande Dec 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/ci-docker-base.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: ci-ada-docker-base

on:
push:
paths:
- 'images/base.Dockerfile'
- 'images/environment.yml'
- '.github/workflows/ci-docker-base.yml'
branches:
- main
workflow_dispatch:


jobs:
docker:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-docker-dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ci-ada-docker-dev

on: push
on:
workflow_dispatch:


jobs:
docker:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci-pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: ci-docs

on:
push:
branches:
- dev
- fem-static
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
133 changes: 0 additions & 133 deletions .github/workflows/pr-test.yml

This file was deleted.

15 changes: 13 additions & 2 deletions .github/workflows/pre-release-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,22 @@ on:
description: 'Issue Pre-Release to docker'
required: false
type: boolean
default: true
default: false
release_gitops:
description: 'Issue Pre-Release to gitops'
required: false
type: boolean
default: true
default: false
release_level:
description: 'Pre-release level (rebuild=latest tag)'
required: false
type: choice
default: "patch"
options:
- "patch"
- "minor"
- "major"
- "rebuild"


permissions:
Expand All @@ -42,6 +52,7 @@ jobs:
release_conda: ${{ github.event.inputs.release_conda }}
release_docker: ${{ github.event.inputs.release_docker }}
release_gitops: ${{ github.event.inputs.release_gitops }}
pre_release_level: ${{ github.event.inputs.release_level }}
secrets:
SOURCE_KEY: ${{ secrets.SOURCE_KEY }}
CONDA_API_TOKEN: ${{ secrets.CONDA_API_TOKEN }}
Expand Down
56 changes: 0 additions & 56 deletions .github/workflows/release.yml

This file was deleted.

Loading
Loading