Minor improvement in mesh structure to allow different imput formats.
Organization of meshes per geometry type.
This commit is contained in:
parent
7152a232fe
commit
3b125d0952
14 changed files with 158 additions and 100 deletions
11
src/modules/mesh/makefile
Normal file
11
src/modules/mesh/makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
all: moduleMesh.o Cyl.o 1DCart.o
|
||||
|
||||
Cyl.o:
|
||||
$(MAKE) -C Cyl all
|
||||
|
||||
1DCart.o:
|
||||
$(MAKE) -C 1DCart all
|
||||
|
||||
moduleMesh.o: moduleMesh.f95
|
||||
$(FC) $(FCFLAGS) -c $(subst .o,.f95,$@) -o $(OBJDIR)/$@
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue