We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70838ab commit 304f92eCopy full SHA for 304f92e
Source/FieldSolver/ImplicitSolvers/ThetaImplicitEM.H
@@ -101,6 +101,11 @@ public:
101
return m_curl2_BC_mask[lev][field_dir].get();
102
}
103
104
+ /**
105
+ * \brief Inititialize the BC masks for the curl curl operator
106
+ */
107
+ void InitializeCurlCurlBCMasks ();
108
+
109
private:
110
111
/**
@@ -125,11 +130,6 @@ private:
125
130
*/
126
131
void FinishFieldUpdate ( amrex::Real end_time );
127
132
128
- /**
129
- * \brief Inititialize the BC masks for the curl curl operator
- */
- void InitializeCurlCurlBCMasks ();
-
133
};
134
135
#endif
0 commit comments