Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaterialModel Inputs and outputs #6205

Open
3Faker3 opened this issue Jan 16, 2025 · 1 comment
Open

MaterialModel Inputs and outputs #6205

3Faker3 opened this issue Jan 16, 2025 · 1 comment

Comments

@3Faker3
Copy link

3Faker3 commented Jan 16, 2025

I often come across code snippets that use terms like in and out, such as in the function evaluate
(const typename Interface::MaterialModelInputs &in, typename Interface::MaterialModelOutputs &out) const.
I'm trying to find a comprehensive list of all the terms and members associated with in and out, like in.n_evaluation_points() and out.reaction_terms. However, I'm having trouble locating a reliable source or documentation that lists all these items. Could anyone guide me on where I might find this information? Any help would be greatly appreciated!

@gassmoeller
Copy link
Member

Hi! Answers to questions like yours are best found in the developer documentation (https://aspect-documentation.readthedocs.io/en/latest/user/developer_documentation.html). If you search in the developer documentation for MaterialModelInputs you e.g. get to this page: https://aspect.geodynamics.org/doc/doxygen/classaspect_1_1MaterialModel_1_1MaterialModelInputs.html

This lists all the available functions and member variables as well as were they are declared in the source code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants