#include "petscdmadaptor.h" PetscErrorCode DMAdaptorSetFromOptions(DMAdaptor adaptor)Collective on DMAdaptor
adaptor | - The DMAdaptor object |
-adaptor_monitor <bool> : Monitor the adaptation process | ||
-adaptor_sequence_num <num> : Number of adaptations to generate an optimal grid | ||
-adaptor_target_num <num> : Set the target number of vertices N_adapt, | - 1 for automatic determination | |
-adaptor_refinement_factor <r> : Set r such that N_adapt = r^dim N_orig | ||
-adaptor_metric_h_min <min> : Set the minimum eigenvalue of Hessian (sqr max edge length) | ||
-adaptor_metric_h_max <max> : Set the maximum eigenvalue of Hessian (sqr min edge length) |