First commit for average scheme
New module defined that will take care of averaging the output in the nodes.
This commit is contained in:
parent
239552f715
commit
b2eb7c5622
6 changed files with 151 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ moduleList.o: moduleConstParam.o moduleErrors.o moduleCaseParam.o moduleSpecies.
|
|||
moduleOutput.o: moduleMath.o moduleRefParam.o moduleOutput.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
moduleSolver.o: moduleProbe.o moduleEM.o moduleSolver.f90
|
||||
moduleSolver.o: moduleProbe.o moduleEM.o moduleAverage.o moduleSolver.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
moduleProbe.o: mesh.o moduleProbe.f90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue