-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactoring updates * test workflow updates * bugfix * bufix on workflow * add timing to env creation and * directing testing import opensg since pytest is being difficult * add conda list to diagnose env * debug * try another approach to conda environment * debug * fix bug * another attempt * now using pytest again * add an actual test * add extra package isntallation via apt * fix syntax in env file * removing python version requirement, perhaps it conflicts with the setting for the action * try another version * another attempt * one more try * try old version of workflow * try basic setup * try to fix versions * fix fenics-ufl version * clean up test.yml * fix variable name * misc comments * add basic test assertion
- Loading branch information
Showing
13 changed files
with
326,115 additions
and
431 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
from opensg.solve import ksp_solve, ABD_mat, nullspace | ||
from opensg.timo import local_frame_1D, directional_derivative, local_grad, ddot | ||
from opensg.solve import compute_ABD_matrix, compute_timo_boun, compute_stiffness_EB_blade_segment | ||
# from kirklocal.timo import local_frame_1D, directional_derivative, local_grad, ddot | ||
from opensg.io import load_yaml, write_yaml | ||
from opensg.mesh import BladeMesh | ||
from opensg import util | ||
from opensg.compute_utils import solve_ksp, solve_boun, compute_nullspace, \ | ||
create_gamma_e, R_sig, Dee, sigma, eps, local_boun, local_frame_1D, \ | ||
local_frame, local_frame_1D_manual, local_grad, deri, ddot, gamma_d, \ | ||
construct_gamma_e, gamma_h, gamma_l, A_mat, initialize_array, dof_mapping_quad, generate_boundary_markers | ||
|
||
__version__ = "0.0.1" |
Empty file.
Oops, something went wrong.