|
openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
|
#include "mechanics.h"#include "mechanic_integrators.h"#include "petsc_utils.h"#include "constitutive_model.h"#include "constitutive_model_library.h"#include "SF_init.h"Go to the source code of this file.
Namespaces | |
| opencarp | |
Functions | |
| PetscErrorCode | opencarp::equilibrium_solver_internal_forces_petsc_helperfunction (SNES snes, Vec du, Vec resid, void *solver_pointer) |
| Helpferfunction necessary for the petsc snes solver to solve the nonlinear problem. More... | |
| PetscErrorCode | opencarp::equilibrium_solver_jacobian_petsc_helperfunction (SNES snes, Vec du, Mat jacobian, Mat preconditioner_mat, void *solver_pointer) |
| Helpferfunction necessary for the petsc snes solver to compute the jacobian. More... | |