We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I have successfully installed the florence package (which means no error message showed up during the installation :) )
I tried to import the package and error message showed up:
No module named 'Florence.FunctionSpace.JacobiPolynomials.JacobiPolynomials'
I have checked the installation directory and all files and folders seem to be there,
Under the florence folder:
Base FiniteElements MaterialLibrary PostProcessing Tensor VariationalPrinciple BoundaryCondition FunctionSpace MeshGeneration QuadratureRules TimeIntegrators __init__.py BoundaryElements LegendreTransform ParallelProcessing Solver Utils __pycache__
under the functionsapce folder:
DegenerateMappings.py GetBases.py OneDimensional ThreeDimensional __init__.py FunctionSpace.py JacobiPolynomials PointInversionIsoparametricFEM.py TwoDimensional __pycache__
Under the JacobiPolynomials folder:
JacobiPolynomials.pyx JacobiPolynomials_PurePython.py Makefile NormalisedJacobi_Deprecated.py __init__.py __pycache__
Not sure what cause the issue.
Thanks in advance for checking this out.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have successfully installed the florence package (which means no error message showed up during the installation :) )
I tried to import the package and error message showed up:
No module named 'Florence.FunctionSpace.JacobiPolynomials.JacobiPolynomials'
I have checked the installation directory and all files and folders seem to be there,
Under the florence folder:
Base FiniteElements MaterialLibrary PostProcessing Tensor VariationalPrinciple BoundaryCondition FunctionSpace MeshGeneration QuadratureRules TimeIntegrators __init__.py BoundaryElements LegendreTransform ParallelProcessing Solver Utils __pycache__
under the functionsapce folder:
DegenerateMappings.py GetBases.py OneDimensional ThreeDimensional __init__.py FunctionSpace.py JacobiPolynomials PointInversionIsoparametricFEM.py TwoDimensional __pycache__
Under the JacobiPolynomials folder:
JacobiPolynomials.pyx JacobiPolynomials_PurePython.py Makefile NormalisedJacobi_Deprecated.py __init__.py __pycache__
Not sure what cause the issue.
Thanks in advance for checking this out.
The text was updated successfully, but these errors were encountered: