ASPECT
|
Static Public Member Functions | |
static void | create_material_model_outputs (MaterialModel::MaterialModelOutputs< dim > &output) |
Static Public Member Functions inherited from aspect::SimulatorAccess< dim > | |
static void | get_composition_values_at_q_point (const std::vector< std::vector< double >> &composition_values, const unsigned int q, std::vector< double > &composition_values_at_q_point) |
Public Attributes | |
Newton::Parameters | parameters |
A class that supports the functionality of the Newton solver.
void aspect::NewtonHandler< dim >::set_assemblers | ( | Assemblers::Manager< dim > & | assemblers | ) | const |
Determine, based on the run-time parameters of the current simulation, which functions need to be called in order to assemble linear systems, matrices, and right hand side vectors.
|
static |
Create an additional material model output object that contains the additional output variables (the derivatives) needed for the Newton solver.
Newton::Parameters aspect::NewtonHandler< dim >::parameters |