Skeleton implementation of text mesh for simple 1D cases.
This commit is contained in:
parent
d5bcf8ce50
commit
9f9bacca7c
6 changed files with 179 additions and 1 deletions
7
src/modules/mesh/inout/text/makefile
Normal file
7
src/modules/mesh/inout/text/makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: moduleMeshInputText.o moduleMeshOutputText.o
|
||||
|
||||
moduleMeshInputText.o: moduleMeshOutputText.o moduleMeshInputText.f90
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f90,$@) -o $(OBJDIR)/$@
|
||||
|
||||
%.o: %.f90
|
||||
$(FC) $(FCFLAGS) -c $< -o $(OBJDIR)/$@
|
||||
Loading…
Add table
Add a link
Reference in a new issue