Skip to main content

Abaqus User Element Python Script

How to use multiple GPUs in ABAQUS command line?

Submitted by AP on

Hello,

I am new to abaqus command line and trying to solve massive explicit dynamics and steady dynamics models. I want to use multiple CPUs and GPUs to sole this. I searched on internet and found the syntax as:

c:\Temp> abaqus job=Job-1 cpus=16 gpus=1 input=file1.inp double interactive

Is this syntax correct, especially gpus part? or do I need to write some more command to use GPU, such as type of GPU or something like that? Can someone tell me what "double interactive" in above syntax means?

Abaqus User Element and Python Script

Submitted by zak_px on

Hi, 

I must use user subrutine UEL in a Python script.

 

elemType1 = mesh.ElemType(elemCode=???, elemLibrary=???)

p.setElementType(regions=r, elemTypes=(elemType1, ))

 

 

what are the elemCode and elemLibrary that i must use????

 Thanks for help