Forum Message

 

 

We have moved the forum to https://forum.ngsolve.org . This is an archived version of the topics until 05/05/23. All the topics were moved to the new forum and conversations can be continued there. This forum is just kept as legacy to not invalidate old links. If you want to continue a conversation just look for the topic in the new forum.

Notice

The forum is in read only mode.

NGSXFEM Spacetime example higher order in space

More
3 years 7 months ago #3152 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?
More
3 years 7 months ago - 3 years 7 months ago #3153 by Bittermandeln
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.
Last edit: 3 years 7 months ago by Bittermandeln.
Time to create page: 0.113 seconds