problem calling compiler

More
4 years 7 months ago #2514 by Yongbin
Hi everyone! Now I have the following questions.

########
conv += (-InnerProduct(gradv*u.Trace(), u.Trace()) * ds(bonus_intorder = bonus_intorder)).Compile(True,True)

Error: problem calling compiler.
More
4 years 7 months ago #2522 by mneunteufel
Hi Yongbin,

does
Code:
conv += (-InnerProduct(gradv*u.Trace(), u.Trace()) * ds(bonus_intorder = bonus_intorder)).Compile(False,True)
work?

To use Compile(True) you (mostly) need to compile NGSolve from sources.

Best,
Michael
The following user(s) said Thank You: Yongbin
More
4 years 7 months ago #2527 by Yongbin
Replied by Yongbin on topic problem calling compiler
Hi mneunteufel,

Very good !It can run.
Thank you!

Yongbin Han
Time to create page: 0.099 seconds