File tree Expand file tree Collapse file tree 14 files changed +38
-20
lines changed
compositional_initial_conditions
velocity_boundary_conditions Expand file tree Collapse file tree 14 files changed +38
-20
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ namespace aspect
61
61
virtual ~Interface ();
62
62
63
63
/* *
64
- * Initialization function. Because this function is called after
65
- * initializing the SimulatorAccess, all of the necessary information
66
- * is available to calculate the adiabatic profile .
64
+ * Initialization function. This function is called once at the
65
+ * beginning of the program after parse_parameters is run and after the
66
+ * SimulatorAccess (if applicable) is initialized .
67
67
*/
68
68
virtual
69
69
void
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ namespace aspect
77
77
parse_parameters (ParameterHandler &prm);
78
78
79
79
/* *
80
- * It performs some basic
80
+ * This function performs some basic
81
81
* sanity checks on the parameter values previously read from the
82
82
* input file.
83
83
*/
Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ namespace aspect
57
57
virtual ~Interface ();
58
58
59
59
/* *
60
- * Initialize function.
60
+ * Initialization function. This function is called once at the
61
+ * beginning of the program after parse_parameters is run and after the
62
+ * SimulatorAccess (if applicable) is initialized.
61
63
*/
62
64
virtual void initialize ();
63
65
Original file line number Diff line number Diff line change @@ -57,7 +57,9 @@ namespace aspect
57
57
virtual ~Interface ();
58
58
59
59
/* *
60
- * Initialize function.
60
+ * Initialization function. This function is called once at the
61
+ * beginning of the program after parse_parameters is run and after the
62
+ * SimulatorAccess (if applicable) is initialized.
61
63
*/
62
64
virtual void initialize ();
63
65
Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ namespace aspect
56
56
virtual ~Interface ();
57
57
58
58
/* *
59
- * Initialization function.
59
+ * Initialization function. This function is called once at the
60
+ * beginning of the program after parse_parameters is run and after the
61
+ * SimulatorAccess (if applicable) is initialized.
60
62
*/
61
63
virtual
62
64
void
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ namespace aspect
63
63
virtual ~Interface ();
64
64
65
65
/* *
66
- * Initialize function.
66
+ * Initialization function. This function is called once at the
67
+ * beginning of the program after parse_parameters is run and after the
68
+ * SimulatorAccess (if applicable) is initialized.
67
69
*/
68
70
virtual void initialize ();
69
71
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ namespace aspect
54
54
virtual ~Interface ();
55
55
56
56
/* *
57
- * Initialize function.
57
+ * Initialization function. This function is called once at the
58
+ * beginning of the program after parse_parameters is run and after the
59
+ * SimulatorAccess (if applicable) is initialized.
58
60
*/
59
61
virtual void initialize ();
60
62
Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ namespace aspect
55
55
virtual ~Interface ();
56
56
57
57
/* *
58
- * Initialization function.
58
+ * Initialization function. This function is called once at the
59
+ * beginning of the program after parse_parameters is run and after the
60
+ * SimulatorAccess (if applicable) is initialized.
59
61
*/
60
62
virtual
61
63
void
Original file line number Diff line number Diff line change @@ -55,10 +55,9 @@ namespace aspect
55
55
virtual ~Interface ();
56
56
57
57
/* *
58
- * Initialization function. Take references to the geometry model, the
59
- * object that describes the temperature boundary values, and the
60
- * adiabatic conditions and store them so that derived classes can
61
- * access them.
58
+ * Initialization function. This function is called once at the
59
+ * beginning of the program after parse_parameters is run and after the
60
+ * SimulatorAccess (if applicable) is initialized.
62
61
*/
63
62
virtual
64
63
void
Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ namespace aspect
141
141
virtual ~Interface ();
142
142
143
143
/* *
144
- * Initialization function.
144
+ * Initialization function. This function is called once at the
145
+ * beginning of the program after parse_parameters is run and after the
146
+ * SimulatorAccess (if applicable) is initialized.
145
147
*/
146
148
virtual
147
149
void
You can’t perform that action at this time.
0 commit comments