- Thank you received: 0
NGSXFEM Spacetime example higher order in space
- Bittermandeln
- Topic Author
- Offline
- Junior Member
Less
More
4 years 2 months ago #3152
by Bittermandeln
NGSXFEM Spacetime example higher order in space was created by Bittermandeln
I copied the code from this example of a ngsxfem space-time implementation.
github.com/ngsxfem/ngsxfem-jupyter/blob/master/spacetime.ipynb
However, when I tried setting the spatial order k_s = 2, I get the error
NgException: XLocalGeometryInformation * Create | ELEMENT_TYPE is not treated in Assemble BilinearForm 'biform_from_py'
It specifically refers to the
a.Assemble()
step inside the UpdateLinearSystems() function. This occures when running the time loop. Has anyone had similar issues/know what the problem is?
github.com/ngsxfem/ngsxfem-jupyter/blob/master/spacetime.ipynb
However, when I tried setting the spatial order k_s = 2, I get the error
NgException: XLocalGeometryInformation * Create | ELEMENT_TYPE is not treated in Assemble BilinearForm 'biform_from_py'
It specifically refers to the
a.Assemble()
step inside the UpdateLinearSystems() function. This occures when running the time loop. Has anyone had similar issues/know what the problem is?
- Bittermandeln
- Topic Author
- Offline
- Junior Member
Less
More
- Thank you received: 0
4 years 2 months ago - 4 years 2 months ago #3153
by Bittermandeln
Replied by Bittermandeln on topic NGSXFEM Spacetime example higher order in space
I found the solution, the problem was that I had used a quad mesh instead of a triangular one.
Now I instead have the problem that the program crashes when I use temporal order k_t=3 or higher.
Now I instead have the problem that the program crashes when I use temporal order k_t=3 or higher.
Last edit: 4 years 2 months ago by Bittermandeln.
Time to create page: 0.103 seconds