- Thank you received: 0
problem calling compiler
4 years 7 months ago #2514
by Yongbin
problem calling compiler was created 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.
########
conv += (-InnerProduct(gradv*u.Trace(), u.Trace()) * ds(bonus_intorder = bonus_intorder)).Compile(True,True)
Error: problem calling compiler.
- mneunteufel
- Offline
- Premium Member
Less
More
- Thank you received: 59
4 years 7 months ago #2522
by mneunteufel
Replied by mneunteufel on topic problem calling compiler
Hi Yongbin,
does
work?
To use Compile(True) you (mostly) need to compile NGSolve from sources.
Best,
Michael
does
Code:
conv += (-InnerProduct(gradv*u.Trace(), u.Trace()) * ds(bonus_intorder = bonus_intorder)).Compile(False,True)
To use Compile(True) you (mostly) need to compile NGSolve from sources.
Best,
Michael
The following user(s) said Thank You: Yongbin
Time to create page: 0.099 seconds