Skip to content

Commit

Permalink
changing application implementation to a derived class too
Browse files Browse the repository at this point in the history
  • Loading branch information
landinjm committed Jan 3, 2025
1 parent cfd334e commit d929714
Show file tree
Hide file tree
Showing 80 changed files with 133 additions and 148 deletions.
2 changes: 1 addition & 1 deletion applications/CHAC_anisotropy/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/CHAC_anisotropy/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/CHAC_anisotropyRegularized/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/CHAC_anisotropyRegularized/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/CHAC_performance_test/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/CHAC_performance_test/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// postprocessed quantity over the entire domain.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "u");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 1
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "n");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "error_squared");
Expand Down
2 changes: 1 addition & 1 deletion applications/MgNd_precipitate_single_Bppp/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/MgNd_precipitate_single_Bppp/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/allenCahn/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "n");
Expand Down
2 changes: 1 addition & 1 deletion applications/allenCahn/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// postprocessed quantity over the entire domain.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "mg_n");
Expand Down
2 changes: 1 addition & 1 deletion applications/allenCahn_conserved/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "n");
Expand Down
2 changes: 1 addition & 1 deletion applications/allenCahn_conserved/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// postprocessed quantity over the entire domain.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "mg_n");
Expand Down
2 changes: 1 addition & 1 deletion applications/alloySolidification/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "U");
Expand Down
2 changes: 1 addition & 1 deletion applications/alloySolidification/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/alloySolidification_uniform/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "phi");
Expand Down
2 changes: 1 addition & 1 deletion applications/anisotropyFacet/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/anisotropyFacet/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/cahnHilliard/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/cahnHilliard/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// member of customPDE.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/corrosion/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "n");
Expand Down
2 changes: 1 addition & 1 deletion applications/corrosion_microgalvanic/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using namespace std;

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Declaring all the model variables as follows:
// domain parameter for the electrolyte - psi
Expand Down
2 changes: 1 addition & 1 deletion applications/coupledCahnHilliardAllenCahn/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/coupledCahnHilliardAllenCahn/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// postprocessed quantity over the entire domain.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "f_tot");
Expand Down
2 changes: 1 addition & 1 deletion applications/dendriticSolidification/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "u");
Expand Down
2 changes: 1 addition & 1 deletion applications/eshelbyInclusion/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "u");
Expand Down
2 changes: 1 addition & 1 deletion applications/fickianDiffusion/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
// Variable 0
set_variable_name(0, "c");
Expand Down
2 changes: 1 addition & 1 deletion applications/grainGrowth/equations.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// rate calculations.

void
variableAttributeLoader::loadVariableAttributes()
customAttributeLoader::loadVariableAttributes()
{
for (unsigned int var_index = 0; var_index < 6; var_index++)
{
Expand Down
2 changes: 1 addition & 1 deletion applications/grainGrowth/postprocess.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// postprocessed quantity over the entire domain.

void
variableAttributeLoader::loadPostProcessorVariableAttributes()
customAttributeLoader::loadPostProcessorVariableAttributes()
{
// Variable 0
set_variable_name(0, "feature_ids");
Expand Down
Loading

0 comments on commit d929714

Please sign in to comment.