<div dir="ltr"><div>I tried to add code to DMPlexts.c and am getting this error:</div><div><br></div><div><a href="https://gitlab.com/petsc/petsc/-/jobs/636828148">https://gitlab.com/petsc/petsc/-/jobs/636828148</a><br></div><div><br></div><div><div class="gmail-js-line gmail-log-line" style="box-sizing:border-box;padding:1px 8px 1px 55px;min-height:1.25rem;color:rgb(255,255,255);font-family:Menlo,"DejaVu Sans Mono","Liberation Mono",Consolas,"Ubuntu Mono","Courier New","andale mono","lucida console",monospace;font-size:13px;background-color:rgb(17,17,17)"><span class="gmail-ws-pre-wrap" style="box-sizing:border-box;white-space:pre-wrap">dmplexts.c:(.text+0x1a0f): undefined reference to `DMPlexLandFormLandau_Internal'</span></div><div class="gmail-js-line gmail-log-line" style="box-sizing:border-box;padding:1px 8px 1px 55px;min-height:1.25rem;color:rgb(255,255,255);font-family:Menlo,"DejaVu Sans Mono","Liberation Mono",Consolas,"Ubuntu Mono","Courier New","andale mono","lucida console",monospace;font-size:13px;background-color:rgb(17,17,17)"><a id="gmail-L1648" href="https://gitlab.com/petsc/petsc/-/jobs/636828148#L1648" class="gmail-gl-link gmail-d-inline-block gmail-text-right gmail-line-number gmail-flex-shrink-0" style="box-sizing:border-box;color:rgb(119,119,119);background-color:transparent;font-size:0.875rem;padding:0px 1em 0px 8px;min-width:50px;display:inline-block;text-align:right">1648</a></div><br class="gmail-Apple-interchange-newline"></div><div>with this code:</div><div><br></div><div>PETSC_INTERN PetscErrorCode DMPlexLandFormLandau_Internal(Vec a_X, Mat JacP, const PetscInt dim, void *a_ctx);<br>/*@<br>  DMPlexLandIFunction<br>@*/<br>PetscErrorCode DMPlexLandIFunction(TS ts,PetscReal time_dummy,Vec X,Vec X_t,Vec F,void *actx)<br>{<br>.....<br>    ierr = DMPlexLandFormLandau_Internal(X,ctx->J,dim,(void*)ctx);CHKERRQ(ierr);<br></div><div><br></div><div>I tried with EXTERN also. Any ideas?</div><div>Thanks,</div><div>Mark</div></div>