Topic: The API documentation

Hi folks

I have two puzzle that need your tips

1.The file says there is an API documentation, but I didn't find it. Can you tell me where it is?

2. I want to add a solver in oofem. Is there any related API writing specification?

Thank you very much my friends

2

Re: The API documentation

Hi,
could you be more specific, what you mean by API?
If you want to extend OOFEM by implementing new functionality in c++ then follow OOFEM Programmers manual. It will provide introduction to the OOFEM class hierarchy and contains basic examples illustrating how to implement custom solvers, elements, etc. In this case, the API is defined and documented by abstract classes representing core building blocks (problem, solver, element, material model, etc.)
We also have Python OOFEM API and UMAT and Matlab APIs for some components (material models).